nghttp2/tests
Tatsuhiro Tsujikawa 10c54e44ba Don't pack multiple empty header values in one header field
SPDY spec does not allow multiple empty header values in one header
field. This change makes out-going framer ignore such empty header
value if there is non-empty header value with the same name.
2013-03-23 19:31:22 +09:00
..
testdata Packaging fix 2012-04-25 22:27:50 +09:00
Makefile.am Link -ldl with tests only 2013-01-27 16:48:52 +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 Return nonzero exit status if test fails. Fixed failmalloc tests. 2012-05-31 21:55:21 +09:00
failmalloc_test.c Removed trailing spaces 2012-10-01 21:51:24 +09:00
failmalloc_test.h Added tests for malloc failures 2012-04-24 22:51:06 +09:00
main.c Don't pack multiple empty header values in one header field 2013-03-23 19:31:22 +09:00
malloc_wrapper.c Added tests for malloc failures 2012-04-24 22:51:06 +09:00
malloc_wrapper.h Added tests for malloc failures 2012-04-24 22:51:06 +09:00
spdylay_buffer_test.c Removed trailing spaces 2012-10-01 21:51:24 +09:00
spdylay_buffer_test.h Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
spdylay_client_cert_vector_test.c Removed trailing spaces 2012-10-01 21:51:24 +09:00
spdylay_client_cert_vector_test.h Added CREDENTIAL frame support. 2012-04-06 01:45:39 +09:00
spdylay_frame_test.c Don't pack multiple empty header values in one header field 2013-03-23 19:31:22 +09:00
spdylay_frame_test.h Don't pack multiple empty header values in one header field 2013-03-23 19:31:22 +09:00
spdylay_gzip_test.c Removed trailing spaces 2012-10-01 21:51:24 +09:00
spdylay_gzip_test.h Renamed spdylay_gzip API. Added test for them. 2012-05-07 22:56:28 +09:00
spdylay_map_test.c tests: Use traditional C-style comments 2012-11-14 21:00:36 +09:00
spdylay_map_test.h Iterative treap implementation 2012-10-05 00:46:03 +09:00
spdylay_npn_test.c Add spdylay_npn_get_proto_list() public API function. 2012-08-27 23:16:44 +09:00
spdylay_npn_test.h Add spdylay_npn_get_proto_list() public API function. 2012-08-27 23:16:44 +09:00
spdylay_pq_test.c Removed trailing spaces 2012-10-01 21:51:24 +09:00
spdylay_pq_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_queue_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_queue_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_session_test.c Check that empty name and NULL value are not included in nv 2012-08-21 23:19:15 +09:00
spdylay_session_test.h Check that empty name and NULL value are not included in nv 2012-08-21 23:19:15 +09:00
spdylay_stream_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_stream_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_test_helper.c Return nonzero exit status if test fails. Fixed failmalloc tests. 2012-05-31 21:55:21 +09:00
spdylay_test_helper.h Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
spdylay_zlib_test.c Enable name/value header compression on server side 2012-09-15 00:47:17 +09:00
spdylay_zlib_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00