[nginx] Stream: the "tcp_nodelay" directive.

2015-08-12 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/7565e056fad6 branches: changeset: 6221:7565e056fad6 user: Vladimir Homutov date: Mon Aug 10 12:14:41 2015 +0300 description: Stream: the "tcp_nodelay" directive. diffstat: src/stream/ngx_stream.h | 1 + src/stream/ngx_stream_co

[nginx] Style.

2015-08-12 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/1bd5eb20bd7c branches: changeset: 6222:1bd5eb20bd7c user: Vladimir Homutov date: Wed Aug 12 12:56:59 2015 +0300 description: Style. diffstat: src/stream/ngx_stream_proxy_module.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Fwd: HTTP/2: Missing location header on 301 redirects

2015-08-12 Thread Joe Shaw
Hi, I've been taking the alpha HTTP/2 support for a spin, and noticed that 301 redirects are missing the Location response header. Thus, browsers don't redirect and just show an HTML page instead. Here's the output of nginx -V: nginx version: nginx/1.9.3 built by gcc 4.8.4 (Ubuntu 4.8.4-2ubuntu

Re: Fwd: HTTP/2: Missing location header on 301 redirects

2015-08-12 Thread Valentin V. Bartenev
On Wednesday 12 August 2015 10:53:20 Joe Shaw wrote: > Hi, > > I've been taking the alpha HTTP/2 support for a spin, and noticed that 301 > redirects are missing the Location response header. Thus, browsers don't > redirect and just show an HTML page instead. > > Here's the output of nginx -V: >

Re: Fwd: HTTP/2: Missing location header on 301 redirects

2015-08-12 Thread Joe Shaw
Hi, I've stripped out most of the SSL parameters, obfuscated a few paths and removed a few unrelated rewrite rules, but here it is: server { listen 443 ssl http2 default_server; listen [::]:443 ssl http2 default_server ipv6only=on; server_name joeshaw.org; charset

stream: sub variable len after output log to the buf

2015-08-12 Thread Duan Jiong
# HG changeset patch # User Duan Jiong # Date 1439431265 -28800 # Thu Aug 13 10:01:05 2015 +0800 # Node ID 1c518d211b6b1acbd3a951218d948bd5ee4bec41 # Parent 1bd5eb20bd7c25f6cff96190d3ec048e3f3ebeec stream: sub variable len after output log to the buf Otherwise, the log before will be overwr