Files
nghttp2/tests
Tatsuhiro Tsujikawa 6ce4835eea Fix the bug that stream is closed with wrong error code
This commit fixes the bug that stream is closed with wrong error code
(0).  This happens when STREAM or DATA frame with END_STREAM flag set
is received and it violates HTTP messaging rule (i.e., content-length
does not match) and the other side of stream has been closed.  In this
case, nghttp2_on_stream_close_callback should be called with nonzero
error code, but previously it is called with 0 (NO_ERROR).
2019-10-29 21:04:52 +09:00
..
2014-03-30 19:26:37 +09:00
2015-03-29 18:40:37 +09:00
2018-05-12 12:35:08 +09:00
2018-06-09 16:21:30 +09:00
2018-06-09 16:27:43 +09:00
2019-10-12 14:30:31 +09:00
2017-03-11 18:45:49 +09:00
2018-06-09 16:21:30 +09:00
2018-06-09 16:21:30 +09:00
2018-05-12 12:35:08 +09:00
2018-06-09 16:21:30 +09:00
2019-10-12 14:30:31 +09:00
2019-10-12 14:30:31 +09:00
2017-03-11 18:45:49 +09:00
2018-06-09 16:21:30 +09:00
2018-06-09 16:21:30 +09:00
2017-03-11 18:45:49 +09:00
2018-06-09 16:21:30 +09:00
2018-06-09 16:21:30 +09:00
2018-05-12 12:35:08 +09:00