nghttp2/tests
Tatsuhiro Tsujikawa 55c697e9f4 Handle multiple SETTINGS_HEADER_TABLE_SIZE in incoming SETTINGS frame
Previously we just assumed that if same settings ID is found in
SETTINGS, it is enough to process last seen entry.  But it turns out
it is not enough for SETTINGS_HEADER_TABLE_SIZE.  If we have 0 and
4096 for SETTINGS_HEADER_TABLE_SIZE in one SETTINGS, we must first
shrink dynamic table to 0 and then enlarge it to 4096.  This means
that we have to remember the minimum value and last value.
2014-07-15 00:25:31 +09:00
..
testdata
.gitignore
Makefile.am
end_to_end.py
failmalloc.c
failmalloc_test.c Fix failmalloc test 2014-06-18 15:12:54 +09:00
failmalloc_test.h
main.c Handle multiple SETTINGS_HEADER_TABLE_SIZE in incoming SETTINGS frame 2014-07-15 00:25:31 +09:00
malloc_wrapper.c
malloc_wrapper.h
nghttp2_buf_test.c Fix compile error with -Wshorten-64-to-32 2014-06-11 23:37:16 +09:00
nghttp2_buf_test.h
nghttp2_frame_test.c Treat unknown error code as NGHTTP2_INTERNAL_ERROR 2014-06-18 11:53:32 +09:00
nghttp2_frame_test.h
nghttp2_hd_test.c Allocate header table ringbuffer lazily 2014-06-22 13:39:17 +09:00
nghttp2_hd_test.h Allocate header table ringbuffer lazily 2014-06-22 13:39:17 +09:00
nghttp2_helper_test.c
nghttp2_helper_test.h
nghttp2_map_test.c
nghttp2_map_test.h
nghttp2_npn_test.c Change protocol ID to h2-13 2014-06-18 09:42:51 +09:00
nghttp2_npn_test.h
nghttp2_pq_test.c Fix compile error with -Wshorten-64-to-32 2014-06-11 23:37:16 +09:00
nghttp2_pq_test.h
nghttp2_queue_test.c
nghttp2_queue_test.h
nghttp2_session_test.c Handle multiple SETTINGS_HEADER_TABLE_SIZE in incoming SETTINGS frame 2014-07-15 00:25:31 +09:00
nghttp2_session_test.h Handle multiple SETTINGS_HEADER_TABLE_SIZE in incoming SETTINGS frame 2014-07-15 00:25:31 +09:00
nghttp2_stream_test.c
nghttp2_stream_test.h
nghttp2_test_helper.c Fix compile error with -Wshorten-64-to-32 2014-06-11 23:37:16 +09:00
nghttp2_test_helper.h