> 2) I'm actually working on a second module/system aside from the one
> mentioned in my previous post. This might actually be an easier question?
> It's using a custom upstream (like the memcache one) to talk a binary
> protocol to another daemon with requests/responses. For the most part it
Giving this one more try with a few questions this time.
1) This mailing list used to be more discussion oriented but seems to
be mainly patch notifications now. Is there a more appropriate
channel to ask these kind of module development questions for NGINX?
2) I'm actually working on a second m
Hello!
On Sat, Jun 06, 2020 at 08:01:57PM -0500, Varun Varada wrote:
> On Sat, 6 Jun 2020 at 18:18, Maxim Dounin wrote:
> >
> > On Sat, Jun 06, 2020 at 04:08:40PM -0500, Varun Varada wrote:
> >
> > > # HG changeset patch
> > > # User Varun Varada
> > > # Date 1591475111 18000
> > > # Sat J
On Sat, 6 Jun 2020 at 18:18, Maxim Dounin wrote:
>
> Hello!
>
> On Sat, Jun 06, 2020 at 04:08:40PM -0500, Varun Varada wrote:
>
> > # HG changeset patch
> > # User Varun Varada
> > # Date 1591475111 18000
> > # Sat Jun 06 15:25:11 2020 -0500
> > # Node ID f37aa29453e006bdc37cbe7d9f65eec0de27
Hello!
On Sat, Jun 06, 2020 at 04:08:40PM -0500, Varun Varada wrote:
> # HG changeset patch
> # User Varun Varada
> # Date 1591475111 18000
> # Sat Jun 06 15:25:11 2020 -0500
> # Node ID f37aa29453e006bdc37cbe7d9f65eec0de27b731
> # Parent 699f6e55bbb4672632e7def5c65b1dbae2960380
> HTTP: fa
# HG changeset patch
# User Varun Varada
# Date 1591475111 18000
# Sat Jun 06 15:25:11 2020 -0500
# Node ID f37aa29453e006bdc37cbe7d9f65eec0de27b731
# Parent 699f6e55bbb4672632e7def5c65b1dbae2960380
HTTP: factor out server name into a constant
This commit factors out the name of the server
details: https://hg.nginx.org/njs/rev/857c2166d10b
branches:
changeset: 1427:857c2166d10b
user: Alexander Borisov
date: Sat Jun 06 18:15:07 2020 +0300
description:
Parser: correctly fixing closing brace unwinding for invalid syntax.
The issue was introduced in 86f55a7dc4a4.
Previou