mirror of
https://github.com/nginx/nginx.git
synced 2026-06-25 19:37:00 +00:00
SPDY: added a comment about handling stream with the timer set.
This commit is contained in:
parent
c425f19daa
commit
dbcb16ff68
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue