nghttp2/tests
Tatsuhiro Tsujikawa 382a328ead Issue connection error if client receives HEADERS with idle stream ID
If stream ID is not idle, it might be valid HEADERS.  If stream ID is
idle, it is invalid regardless stream ID is even or odd, since client
is not expected to recieve request from server.  nghttp2 library
historically allows this, but now we forbids this.
2014-11-28 01:22:57 +09:00
..
testdata Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
.gitignore Update .gitignore 2013-11-04 18:39:48 +09:00
Makefile.am Fix unittest build error 2014-05-06 23:42:32 +09:00
end_to_end.py Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
failmalloc.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
failmalloc_test.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
failmalloc_test.h tests: Add failmalloc HPACK test 2014-05-10 21:14:25 +09:00
main.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
malloc_wrapper.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
malloc_wrapper.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_buf_test.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_buf_test.h Remove unused functions 2014-10-30 23:31:36 +09:00
nghttp2_frame_test.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_frame_test.h Implement ALTSVC frame 2014-04-01 21:47:51 +09:00
nghttp2_hd_test.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_hd_test.h Remove HPACK reference set 2014-07-31 23:05:52 +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 Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_map_test.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_map_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_npn_test.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_npn_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_pq_test.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_pq_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +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 Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_session_test.c Issue connection error if client receives HEADERS with idle stream ID 2014-11-28 01:22:57 +09:00
nghttp2_session_test.h Handle idle stream in priority field 2014-11-24 15:25:19 +09:00
nghttp2_stream_test.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_stream_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_test_helper.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_test_helper.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00