mirror of
https://github.com/nginx/nginx.git
synced 2024-12-15 13:28:59 +08:00
b32cb6b610
The ngx_http_upstream_process_upgraded() did not handle c->close request, and upgraded connections do not use the write filter. As a result, worker_shutdown_timeout did not affect upgraded connections (ticket #1419). Fix is to handle c->close in the ngx_http_request_handler() function, thus covering most of the possible cases in http handling. Additionally, mail proxying did not handle neither c->close nor c->error, and thus worker_shutdown_timeout did not work for mail connections. Fix is to add c->close handling to ngx_mail_proxy_handler(). Also, added explicit handling of c->close to stream proxy, ngx_stream_proxy_process_connection(). This improves worker_shutdown_timeout handling in stream, it will no longer wait for some data being transferred in a connection before closing it, and will also provide appropriate logging at the "info" level. |
||
---|---|---|
.. | ||
modules | ||
v2 | ||
ngx_http_cache.h | ||
ngx_http_config.h | ||
ngx_http_copy_filter_module.c | ||
ngx_http_core_module.c | ||
ngx_http_core_module.h | ||
ngx_http_file_cache.c | ||
ngx_http_header_filter_module.c | ||
ngx_http_parse.c | ||
ngx_http_postpone_filter_module.c | ||
ngx_http_request_body.c | ||
ngx_http_request.c | ||
ngx_http_request.h | ||
ngx_http_script.c | ||
ngx_http_script.h | ||
ngx_http_special_response.c | ||
ngx_http_upstream_round_robin.c | ||
ngx_http_upstream_round_robin.h | ||
ngx_http_upstream.c | ||
ngx_http_upstream.h | ||
ngx_http_variables.c | ||
ngx_http_variables.h | ||
ngx_http_write_filter_module.c | ||
ngx_http.c | ||
ngx_http.h |