nginx/src/http/v2
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
..
ngx_http_v2_filter_module.c HTTP/2: always handle streams in error state. 2016-07-19 20:22:44 +03:00
ngx_http_v2_huff_decode.c The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +03:00
ngx_http_v2_huff_encode.c HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode(). 2016-02-12 16:36:20 +03:00
ngx_http_v2_module.c HTTP/2: implemented preread buffer for request body (closes #959). 2016-05-24 17:37:52 +03:00
ngx_http_v2_module.h HTTP/2: implemented preread buffer for request body (closes #959). 2016-05-24 17:37:52 +03:00
ngx_http_v2_table.c The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +03:00
ngx_http_v2.c HTTP/2: flushing of the SSL buffer in transition to the idle state. 2016-07-19 20:34:17 +03:00
ngx_http_v2.h HTTP/2: avoid left-shifting signed integer into the sign bit. 2016-07-07 21:03:21 +03:00