[PATCH] Core: use uppercase hexadecimal digits for percent-encoding

2014-06-26 Thread Piotr Sikora
# HG changeset patch # User Piotr Sikora # Date 1403851163 25200 # Thu Jun 26 23:39:23 2014 -0700 # Node ID 177382006b7d7a421688831d5793b2e417074b48 # Parent 42114bf12da0cf3d428d0e695139f5366cbd0513 Core: use uppercase hexadecimal digits for percent-encoding. RFC3986 says that, for consiste

Re: Patch: Refactor ngx_http_write_request_body into a filter

2014-06-26 Thread grrm grrm
Hi! I managed to fix the write to disk issue, but as you said the code now looks quite convoluted. Those ifs are horrible. Understandably I guess, when you try to move logic from different places into one place but it still depends on external context (rb->buf). My patch was mostly a try to pave t

[nginx] SSL: the "ssl_password_file" directive.

2014-06-26 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/42114bf12da0 branches: changeset: 5744:42114bf12da0 user: Valentin Bartenev date: Mon Jun 16 19:43:25 2014 +0400 description: SSL: the "ssl_password_file" directive. diffstat: src/event/ngx_event_openssl.c | 223

Re: Re: Re: [PATCH]Upstream: fix possible request hang when "proxy_buffering" is off.

2014-06-26 Thread Maxim Dounin
Hello! On Thu, Jun 26, 2014 at 11:10:53AM +0800, flygoast wrote: > You're right. It still can hang. I have another question: > > > What's the meaning for "c->sent - sent >= limit - (off_t) (2 * > ngx_pagesize))"? > > > I don't understand it. Why "2 * ngx_pagesize"? Can you help to explain th

[nginx] Configure: restored "nginx/" missed in 6e4bb1d6679d.

2014-06-26 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/dde2ae4701e1 branches: changeset: 5743:dde2ae4701e1 user: Maxim Dounin date: Thu Jun 26 05:08:59 2014 +0400 description: Configure: restored "nginx/" missed in 6e4bb1d6679d. diffstat: auto/lib/perl/conf | 3 ++- 1 files changed, 2 insertions