nghttp2/tests
Tatsuhiro Tsujikawa b7c0576eb5 Make certain type of HEADERS subject to priority
We make following HEADERS under priority control:
* push response HEADERS
* HEADERS submitted by nghttp2_submit_response

Currently, HEADERS submitted by nghttp2_submit_headers is not attached
to stream.  This is because it may be used as non-final response
header and application may submit final response using
nghttp2_submit_response without checking non-final response header
transmission.
2014-11-24 15:25:19 +09:00
..
testdata Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
.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 Allow PRIORITY frame at anytime. 2014-11-24 15:25:19 +09:00
malloc_wrapper.c
malloc_wrapper.h
nghttp2_buf_test.c Remove unused functions 2014-10-30 23:31:36 +09:00
nghttp2_buf_test.h Remove unused functions 2014-10-30 23:31:36 +09:00
nghttp2_frame_test.c Add reserved bits to header and frames 2014-08-28 23:30:42 +09:00
nghttp2_frame_test.h
nghttp2_hd_test.c nghttp2_hd_deflate_bound: Take into account possible 2nd context update 2014-07-31 23:05:53 +09:00
nghttp2_hd_test.h Remove HPACK reference set 2014-07-31 23:05:52 +09:00
nghttp2_helper_test.c nghttp2_check_header_value: Disallow 0x00 2014-08-02 00:30:09 +09:00
nghttp2_helper_test.h
nghttp2_map_test.c
nghttp2_map_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_npn_test.c Advertise h2-14 2014-07-31 23:34:54 +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 Make certain type of HEADERS subject to priority 2014-11-24 15:25:19 +09:00
nghttp2_session_test.h Allow PRIORITY frame at anytime. 2014-11-24 15:25:19 +09:00
nghttp2_stream_test.c
nghttp2_stream_test.h
nghttp2_test_helper.c Unify DATA and other frames in nghttp2_outbound_item and save malloc() 2014-10-03 21:31:37 +09:00
nghttp2_test_helper.h