RE: General Development Inquiry

2020-06-06 Thread Eran Kornblau
> 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

General Development Inquiry

2020-06-06 Thread Jeff Heisz
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

Re: [PATCH] HTTP: factor out server name into a constant

2020-06-06 Thread Maxim Dounin
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

Re: [PATCH] HTTP: factor out server name into a constant

2020-06-06 Thread Varun Varada
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

Re: [PATCH] HTTP: factor out server name into a constant

2020-06-06 Thread Maxim Dounin
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

[PATCH] HTTP: factor out server name into a constant

2020-06-06 Thread Varun Varada
# 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

[njs] Parser: correctly fixing closing brace unwinding for invalid syntax.

2020-06-06 Thread Alexander Borisov
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