nghttp2/tests
Tatsuhiro Tsujikawa f3a5a0a0ec Add nghttp2_option_no_closed_streams
nghttp2_option_no_closed_streams controls whether closed streams are
retained or not.  If nonzero is passed to that function's parameter
val, a session does not retain closed streams.  It may hurt the shape
of priority tree, but can save memory.
2017-02-13 22:33:29 +09:00
..
testdata Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
.gitignore
CMakeLists.txt
Makefile.am
end_to_end.py
failmalloc.c altsvc: Add tx tests 2016-04-08 23:25:56 +09:00
failmalloc_test.c clang-format-3.9 2016-10-15 18:36:04 +09:00
failmalloc_test.h altsvc: Add tx tests 2016-04-08 23:25:56 +09:00
main.c Add nghttp2_option_no_closed_streams 2017-02-13 22:33:29 +09:00
malloc_wrapper.c
malloc_wrapper.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_buf_test.c
nghttp2_buf_test.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_frame_test.c clang-format 2016-04-24 13:49:57 +09:00
nghttp2_frame_test.h Add test for altsvc frame 2016-04-09 22:32:48 +09:00
nghttp2_hd_test.c Add test for the bug that shift goes beyond 32 bits in decode_length 2016-11-12 23:05:16 +09:00
nghttp2_hd_test.h Add test for nghttp2_hd_deflate_hd_vec 2016-08-16 11:11:06 +09:00
nghttp2_helper_test.c
nghttp2_helper_test.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_map_test.c
nghttp2_map_test.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_npn_test.c Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_npn_test.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_pq_test.c
nghttp2_pq_test.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_queue_test.c
nghttp2_queue_test.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_session_test.c Add nghttp2_option_no_closed_streams 2017-02-13 22:33:29 +09:00
nghttp2_session_test.h Add nghttp2_option_no_closed_streams 2017-02-13 22:33:29 +09:00
nghttp2_stream_test.c
nghttp2_stream_test.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_test_helper.c Replace final with fin to make clang-format-3.9 happy 2016-10-15 18:25:13 +09:00
nghttp2_test_helper.h