nghttp2/tests
Tatsuhiro Tsujikawa 41104f7b63 Abandon DATA frame priority adjustment (again)
We tried several times about this subject, but for the current
HTTP/2.0 priority scheme, we think it is best to serve the highest
priroty streams first (interleaving streams if there are several
higest ones). There are an issue when aggregating several frontend
connections to one connection in backend, but it is HTTP/2.0
spec issue, rather than implementation.
2013-12-14 17:02:59 +09:00
..
testdata Rebranding nghttp2 2013-07-13 00:43:06 +09:00
.gitignore Update .gitignore 2013-11-04 18:39:48 +09:00
Makefile.am tests: Add failmalloc tests 2013-10-31 02:02:00 +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 Rebranding nghttp2 2013-07-13 00:43:06 +09:00
failmalloc_test.c Remove nghttp2_submit_* API functions which has char **nv parameter 2013-12-08 21:39:43 +09:00
failmalloc_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
main.c Remove nghttp2_submit_* API functions which has char **nv parameter 2013-12-08 21:39:43 +09:00
malloc_wrapper.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
malloc_wrapper.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_buffer_test.c Include std lib headers before cunit header file 2013-10-27 23:20:44 +09:00
nghttp2_buffer_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_frame_test.c Remove nghttp2_submit_* API functions which has char **nv parameter 2013-12-08 21:39:43 +09:00
nghttp2_frame_test.h Remove nghttp2_submit_* API functions which has char **nv parameter 2013-12-08 21:39:43 +09:00
nghttp2_gzip_test.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_gzip_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_hd_test.c nghttp2_hd: Clear reference set with index 0 2013-11-16 17:05:18 +09:00
nghttp2_hd_test.h nghttp2_hd: Clear reference set with index 0 2013-11-16 17:05:18 +09:00
nghttp2_helper_test.c Add more tests for nghttp2_adjust_local_window_size 2013-10-31 21:26:53 +09:00
nghttp2_helper_test.h Check incoming header field name strictly 2013-08-25 17:39:29 +09:00
nghttp2_map_test.c nghttp2_map: Implement hash table 2013-12-05 00:53:03 +09:00
nghttp2_map_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_npn_test.c Announce HTTP-draft-09/2.0 2013-12-05 23:23:39 +09:00
nghttp2_npn_test.h Implement HTTP-draft-04/2.0 2013-07-15 21:45:59 +09:00
nghttp2_pq_test.c Rewrite re-prioritization with PRIORITY 2013-08-09 23:40:41 +09:00
nghttp2_pq_test.h Rewrite re-prioritization with PRIORITY 2013-08-09 23:40:41 +09:00
nghttp2_queue_test.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_queue_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_session_test.c Abandon DATA frame priority adjustment (again) 2013-12-14 17:02:59 +09:00
nghttp2_session_test.h Remove nghttp2_submit_* API functions which has char **nv parameter 2013-12-08 21:39:43 +09:00
nghttp2_stream_test.c Remove push related members from nghttp2_stream 2013-07-23 00:46:55 +09:00
nghttp2_stream_test.h Remove push related members from nghttp2_stream 2013-07-23 00:46:55 +09:00
nghttp2_test_helper.c tests: Remove unused function strcopy 2013-11-01 00:32:31 +09:00
nghttp2_test_helper.h tests: Remove unused function strcopy 2013-11-01 00:32:31 +09:00