Re: [PATCH] HTTP/2: make http2 server support http1

2018-03-20 Thread Haitao Lv
Thank you for reviewing. And here is the patch that fix the breaking PROXY protocol functionality. Sorry for disturbing. diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 2db7a627..9f1b8544 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@

Re: [PATCH] HTTP/2: make http2 server support http1

2018-03-20 Thread Valentin V. Bartenev
On Thursday 08 March 2018 08:42:27 Haitao Lv wrote: > Sorry for disturbing. But I have to fix a buffer overflow bug. > Here is the latest patch. > > Sorry. But please make your comments. Thank you. [..] There's no way for this patch to be accepted as it breaks PROXY protocol functionality.

[nginx] nginx-1.13.10-RELEASE

2018-03-20 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/31c929e16910 branches: changeset: 7243:31c929e16910 user: Maxim Dounin date: Tue Mar 20 18:58:30 2018 +0300 description: nginx-1.13.10-RELEASE diffstat: docs/xml/nginx/changes.xml | 84

[nginx] release-1.13.10 tag

2018-03-20 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/164124b71818 branches: changeset: 7244:164124b71818 user: Maxim Dounin date: Tue Mar 20 18:58:30 2018 +0300 description: release-1.13.10 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)

[nginx] gRPC: fixed missing state save in frame header parsing.

2018-03-20 Thread Sergey Kandaurov
details: http://hg.nginx.org/nginx/rev/25a4353633a0 branches: changeset: 7242:25a4353633a0 user: Sergey Kandaurov date: Tue Mar 20 15:58:11 2018 +0300 description: gRPC: fixed missing state save in frame header parsing. Previously, frame state wasn't saved if

Re: nginx undocumented directives

2018-03-20 Thread Maxim Konovalov
On 20/03/2018 13:52, Gena Makhomed wrote: > On 13.02.2018 13:02, Yaroslav Zhuravlev wrote: > >> Documentation added for smtp_client_buffer and smtp_greeting_delay > > Ok, thank you. > > But directive subrequest_output_buffer_size is still undocumented. > > It is added by

Re: nginx undocumented directives

2018-03-20 Thread Gena Makhomed
On 13.02.2018 13:02, Yaroslav Zhuravlev wrote: Documentation added for smtp_client_buffer and smtp_greeting_delay Ok, thank you. But directive subrequest_output_buffer_size is still undocumented. It is added by http://hg.nginx.org/nginx/rev/20f139e9ffa8#l4.7 It is undocumented by mistake