Re: [PATCH] $request_scheme variable

2018-02-27 Thread Chris Branch via nginx-devel
Hi, just giving this patch some birthday bumps. > On 27 Feb 2017, at 11:58, Chris Branch via nginx-devel > wrote: > > # HG changeset patch > # User Chris Branch > # Date 1488195909 0 > # Mon Feb 27 11:45:09 2017 + > # Node ID 05f555d65a33ebf005fedc569fb

[PATCH] Added the $proxy_protocol_server_{addr,port} variables

2018-01-16 Thread Chris Branch via nginx-devel
# HG changeset patch # User Chris Branch # Date 1516111627 0 # Tue Jan 16 14:07:07 2018 + # Node ID 5cd4799781372a9d405b3d8e62f39ca3c76720c6 # Parent 93abb5a855d6534f0356882f45be49f8c6a95a8b Added the $proxy_protocol_server_{addr,port} variables. diff -r 93abb5a855d6 -r 5cd479978137 src

[PATCH] Tests: added tests for proxy_protocol_server_{addr, port} variables

2018-01-16 Thread Chris Branch via nginx-devel
# HG changeset patch # User Chris Branch # Date 1516111868 0 # Tue Jan 16 14:11:08 2018 + # Node ID 1c5977148c79eba0f14e60df134a7cace77d3207 # Parent 6ca8b38f63b61c6c00ac4c9e355a7909dbb6aeb2 Tests: added tests for proxy_protocol_server_{addr,port} variables. diff -r 6ca8b38f63b6 -r 1c59

[PATCH] $request_scheme variable

2017-02-27 Thread Chris Branch via nginx-devel
# HG changeset patch # User Chris Branch # Date 1488195909 0 # Mon Feb 27 11:45:09 2017 + # Node ID 05f555d65a33ebf005fedc569fb52eba3758e1d7 # Parent 87cf6ddb41c216876d13cffa5e637a61b159362c $request_scheme variable. Contains the URI scheme supplied by the client. If no scheme supplied,

[PATCH] HTTP/2: Make $scheme variable return :scheme pseudo-header value

2017-02-22 Thread Chris Branch via nginx-devel
# HG changeset patch # User Chris Branch # Date 1487773385 0 # Wed Feb 22 14:23:05 2017 + # Node ID 2d050c8c2e688c26f4796a09c728c85678c611b4 # Parent 87cf6ddb41c216876d13cffa5e637a61b159362c HTTP/2: Make $scheme variable return :scheme pseudo-header value. This is relevant for plaintext

Re: [nginx] Cache: support for stale-while-revalidate and stale-if-error.

2017-02-13 Thread Chris Branch via nginx-devel
I noticed there was no test suite for this new feature. I’m not expecting my patch to be approved as time-based tests slow down test suites - but I think it warrants some testing. I have a conflicting requirement that isn’t easily supported by nginx currently; I want to enable ‘proxy_cache_use_

[PATCH] Tests: respecting Cache-Control stale-while-revalidate directive

2017-02-13 Thread Chris Branch via nginx-devel
# HG changeset patch # User Chris Branch # Date 1487004211 0 # Mon Feb 13 16:43:31 2017 + # Node ID cc76d621a5f95e9297cf38fd3e721f4a392c9bd2 # Parent bef8be8a622429f4ce07753f9133b15e5f08cac1 Tests: respecting Cache-Control stale-while-revalidate directive. diff -r bef8be8a6224 -r cc76d6