Files
nghttp2/tests
Tatsuhiro Tsujikawa 2ec585518e Fix receiving stream data stall
Previously, if automatic window update is enabled (which is default),
after window size is set to 0 by
nghttp2_session_set_local_window_size, once the receiving window is
exhausted, even after window size is increased by
nghttp2_session_set_local_window_size, no more data cannot be
received.  This is because nghttp2_session_set_local_window_size does
not submit WINDOW_UPDATE.  It is only triggered when new data arrives
but since window is filled up, no more data cannot be received, thus
dead lock happens.

This commit fixes this issue.  nghttp2_session_set_local_window_size
submits WINDOW_UPDATE if necessary.

https://github.com/curl/curl/issues/4939
2020-02-20 10:40:38 +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
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