nginx/src
Valentin Bartenev a85edfeef6 HTTP/2: flushing of the SSL buffer in transition to the idle state.
It fixes potential connection leak if some unsent data was left in the SSL
buffer.  Particularly, that could happen when a client canceled the stream
after the HEADERS frame has already been created.  In this case no other
frames might be produced and the HEADERS frame alone didn't flush the buffer.
2016-07-19 20:34:17 +03:00
..
core Avoid left-shifting integers into the sign bit, which is undefined. 2016-07-07 21:02:28 +03:00
event Events: support for EPOLLEXCLUSIVE. 2016-07-15 15:18:57 +03:00
http HTTP/2: flushing of the SSL buffer in transition to the idle state. 2016-07-19 20:34:17 +03:00
mail Fixed build on MSVC. 2016-06-20 15:11:50 +03:00
misc
os Fixed spelling. 2016-06-08 08:27:41 +03:00
stream Stream: split_clients module. 2016-07-12 17:34:52 +03:00