Welcome! Log In Create A New Profile

Advanced

[nginx] SPDY: added a comment about handling stream with the tim...

Valentin Bartenev
August 27, 2014 12:48PM
details: http://hg.nginx.org/nginx/rev/a5886df87cbb
branches:
changeset: 5814:a5886df87cbb
user: Valentin Bartenev <vbart@nginx.com>
date: Mon Aug 18 13:23:45 2014 +0400
description:
SPDY: added a comment about handling stream with the timer set.

diffstat:

src/http/ngx_http_spdy_filter_module.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 11790b461a6f -r a5886df87cbb src/http/ngx_http_spdy_filter_module.c
--- a/src/http/ngx_http_spdy_filter_module.c Wed Aug 27 20:44:11 2014 +0400
+++ b/src/http/ngx_http_spdy_filter_module.c Mon Aug 18 13:23:45 2014 +0400
@@ -1141,6 +1141,11 @@ ngx_http_spdy_handle_stream(ngx_http_spd

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;


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] SPDY: added a comment about handling stream with the tim...

Valentin Bartenev 548 August 27, 2014 12:48PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 132
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready