mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +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;
|
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) {
|
if (!wev->timer_set) {
|
||||||
wev->delayed = 0;
|
wev->delayed = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user