mirror of
https://github.com/nginx/nginx.git
synced 2024-11-24 13:49:05 +08:00
SPDY: added a comment about handling stream with the timer set.
This commit is contained in:
parent
c425f19daa
commit
dbcb16ff68
@ -1141,6 +1141,11 @@ ngx_http_spdy_handle_stream(ngx_http_spdy_connection_t *sc,
|
||||
|
||||
wev = stream->request->connection->write;
|
||||
|
||||
/*
|
||||
* This timer can only be set if the stream was delayed because of rate
|
||||
* limit. In that case the event should be triggered by the timer.
|
||||
*/
|
||||
|
||||
if (!wev->timer_set) {
|
||||
wev->delayed = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user