commit | c425f19daa48e00bc0d84d0e22eb1452bf3e9901 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Wed Aug 27 20:44:11 2014 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Wed Aug 27 20:44:11 2014 +0400 |
tree | e97f637375a21d1a095d437dc20980c7fbecd285 | |
parent | da46eed537a708e6aa978d3eb2253091b6525882 [diff] |
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.