nghttp2/tests
Tatsuhiro Tsujikawa 129daeff6f Fix stream stall when initial window size is decreased
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.
2022-03-12 17:05:42 +09:00
..
testdata
.gitignore
CMakeLists.txt
Makefile.am
end_to_end.py
failmalloc.c Compile with gcc 2021-10-06 21:28:17 +09:00
failmalloc_test.c
failmalloc_test.h Enable IndentPPDirectives 2018-06-09 16:21:30 +09:00
main.c Compile with gcc 2021-10-06 21:28:17 +09:00
malloc_wrapper.c
malloc_wrapper.h Enable IndentPPDirectives 2018-06-09 16:21:30 +09:00
nghttp2_buf_test.c
nghttp2_buf_test.h Enable IndentPPDirectives 2018-06-09 16:21:30 +09:00
nghttp2_frame_test.c
nghttp2_frame_test.h Enable IndentPPDirectives 2018-06-09 16:21:30 +09:00
nghttp2_hd_test.c Fix decoder table size update 2022-01-11 19:50:45 +09:00
nghttp2_hd_test.h Faster huffman decoding 2019-10-12 14:30:31 +09:00
nghttp2_helper_test.c
nghttp2_helper_test.h Enable IndentPPDirectives 2018-06-09 16:21:30 +09:00
nghttp2_map_test.c Port new ngtcp2 map implementation 2021-05-13 15:01:58 +09:00
nghttp2_map_test.h Port new ngtcp2 map implementation 2021-05-13 15:01:58 +09:00
nghttp2_npn_test.c
nghttp2_npn_test.h Enable IndentPPDirectives 2018-06-09 16:21:30 +09:00
nghttp2_pq_test.c
nghttp2_pq_test.h Enable IndentPPDirectives 2018-06-09 16:21:30 +09:00
nghttp2_queue_test.c
nghttp2_queue_test.h Enable IndentPPDirectives 2018-06-09 16:21:30 +09:00
nghttp2_session_test.c Fix stream stall when initial window size is decreased 2022-03-12 17:05:42 +09:00
nghttp2_session_test.h Don't send RST_STREAM to idle stream 2020-06-18 11:59:06 +09:00
nghttp2_stream_test.c
nghttp2_stream_test.h Enable IndentPPDirectives 2018-06-09 16:21:30 +09:00
nghttp2_test_helper.c
nghttp2_test_helper.h Enable IndentPPDirectives 2018-06-09 16:21:30 +09:00