mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 07:50:02 +00:00
129daeff6f
Fix the bug that causes a stream to stall when a receiver, which enables nghttp2_option_set_no_auto_window_update() option on, sends SETTINGS_INITIAL_WINDOW_SIZE with the value that is less than or equal to the amount of data received. Previously, in this particular case, when SETTINGS is acknowledged by the sender, the receiver does not try to send WINDOW_UPDATE frame. The sender is unable to send more data because its stream-level window size is smaller than or equal to the amount of data it has sent. |
||
---|---|---|
.. | ||
testdata | ||
.gitignore | ||
CMakeLists.txt | ||
end_to_end.py | ||
failmalloc_test.c | ||
failmalloc_test.h | ||
failmalloc.c | ||
main.c | ||
Makefile.am | ||
malloc_wrapper.c | ||
malloc_wrapper.h | ||
nghttp2_buf_test.c | ||
nghttp2_buf_test.h | ||
nghttp2_frame_test.c | ||
nghttp2_frame_test.h | ||
nghttp2_hd_test.c | ||
nghttp2_hd_test.h | ||
nghttp2_helper_test.c | ||
nghttp2_helper_test.h | ||
nghttp2_map_test.c | ||
nghttp2_map_test.h | ||
nghttp2_npn_test.c | ||
nghttp2_npn_test.h | ||
nghttp2_pq_test.c | ||
nghttp2_pq_test.h | ||
nghttp2_queue_test.c | ||
nghttp2_queue_test.h | ||
nghttp2_session_test.c | ||
nghttp2_session_test.h | ||
nghttp2_stream_test.c | ||
nghttp2_stream_test.h | ||
nghttp2_test_helper.c | ||
nghttp2_test_helper.h |