nghttp2/tests
Tatsuhiro Tsujikawa 78d7160a99 Treat incoming invalid regular header field as stream error
Previously, the incoming invalid regular header field was ignored by
default.  With this commit, they are now treated as stream error, and
the stream is reset by default.  The error code used is now
PROTOCOL_ERROR, instead of INTERNAL_ERROR.
2017-04-28 23:46:06 +09:00
..
testdata
.gitignore Refactor .gitignore files 2015-03-29 18:40:37 +09:00
CMakeLists.txt cmake: fix compatibility with cmake before 3.3 2016-03-13 12:30:41 +01:00
Makefile.am Add CMake-related files to EXTRA_DIST 2016-03-12 01:38:12 +01:00
end_to_end.py
failmalloc.c Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
failmalloc_test.c tests: Fix failmalloc tests 2017-04-14 00:00:36 +09:00
failmalloc_test.h altsvc: Add tx tests 2016-04-08 23:25:56 +09:00
main.c Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
malloc_wrapper.c Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
malloc_wrapper.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_buf_test.c More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_buf_test.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_frame_test.c tests: Fix uninitialized bug 2017-02-27 21:26:12 +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 Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_helper_test.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_map_test.c Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
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 Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
nghttp2_pq_test.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_queue_test.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_queue_test.h Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
nghttp2_session_test.c Treat incoming invalid regular header field as stream error 2017-04-28 23:46:06 +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 Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
nghttp2_test_helper.h Rename nghttp2_session.sent_stream_id as last_sent_stream_id 2016-01-23 14:47:39 +09:00