nginx/src
Maxim Dounin a450865b5a Threads: fixed request hang with aio_write and subrequests.
If the subrequest is already finalized, the handler set with aio_write
may still be used by sendfile in threads when using range requests
(see also e4c1f5b32868, and the original note in 9fd738b85fad).  Calling
already finalized subrequest's r->write_event_handler in practice
results in request hang in some cases.

Fix is to trigger connection event handler if the subrequest was already
finalized.
2017-03-28 18:15:41 +03:00
..
core Use ngx_array_init() to initialize arrays. 2017-03-28 11:28:42 +03:00
event Core: set nginx_shared_zone name via ngx_str_set(). 2017-03-28 11:28:51 +03:00
http Threads: fixed request hang with aio_write and subrequests. 2017-03-28 18:15:41 +03:00
mail Mail: don't emit separator in capability lists for APOP. 2017-03-06 17:56:23 +03:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
os Simplified and improved sendfile() code on Linux. 2017-03-28 18:15:39 +03:00
stream Fixed ngx_open_cached_file() error handling. 2017-03-28 14:21:38 +03:00