The official NGINX Open Source repository.
Go to file
Valentin Bartenev c64c12cae5 HTTP/2: fixed send timer handling.
Checking for return value of c->send_chain() isn't sufficient since there
are data can be left in the SSL buffer.  Now the wew->ready flag is used
instead.

In particular, this fixed a connection leak in cases when all streams were
closed, but there's still some data to be sent in the SSL buffer and the
client forgot about the connection.
2016-07-19 20:31:09 +03:00
auto Fixed spelling. 2016-04-07 11:50:13 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Fixed spelling. 2016-04-07 11:50:13 +03:00
docs nginx-1.10.1-RELEASE 2016-05-31 16:47:01 +03:00
misc Updated PCRE used for win32 builds. 2016-07-05 18:30:56 +03:00
src HTTP/2: fixed send timer handling. 2016-07-19 20:31:09 +03:00
.hgtags release-1.10.1 tag 2016-05-31 16:47:01 +03:00