agentzh (Yichun Zhang)
|
49d9d9b778
|
nginx-1.2.7-upstream_truncation.patch: worked around an issue in ngx_event_pipe_copy_input_filter because it does not set p->upstream_done when p->length <= 0 like ngx_http_proxy_copy_filter.
|
2013-04-08 16:50:48 -07:00 |
agentzh (Yichun Zhang)
|
13efb24106
|
bugfix: ngx_uwsgi and ngx_scgi did set u->length but not u->pipe->length, thus leading to truncation false positives.
|
2013-04-07 15:58:23 -07:00 |
agentzh (Yichun Zhang)
|
3be0b7f0e1
|
bugfix: upstream_truncation.patch: 1. 504 error code in ngx_http_upstream_finalize_request resulted in calling special response handler even when the response header has been sent; 2. use 502 status code in ngx_http_upstream_finalize_request when upstream data truncation happens.
|
2013-04-06 18:02:44 -07:00 |
agentzh (Yichun Zhang)
|
5fb8647d23
|
renamed upstream-truncation.patch to upstream_trauncation.patch and also added a test for the case that r->upstream->pipe is NULL.
|
2013-04-05 12:48:59 -07:00 |