]> git.kaiwu.me - nginx.git/commit
SPDY: avoid setting timeout on stream events in ngx_http_writer().
authorValentin Bartenev <vbart@nginx.com>
Wed, 27 Aug 2014 16:44:11 +0000 (20:44 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 27 Aug 2014 16:44:11 +0000 (20:44 +0400)
commitc425f19daa48e00bc0d84d0e22eb1452bf3e9901
treee97f637375a21d1a095d437dc20980c7fbecd285
parentda46eed537a708e6aa978d3eb2253091b6525882
SPDY: avoid setting timeout on stream events in ngx_http_writer().

The SPDY module doesn't expect timers can be set on stream events for reasons
other than delaying output.  But ngx_http_writer() could add timer on write
event if the delayed flag wasn't set and nginx is waiting for AIO completion.
That could cause delays in sending response over SPDY when file AIO was used.
src/http/ngx_http_request.c