Tatsuhiro Tsujikawa d113055899 nghttp2_hd: Use single buffer for an name/value pair
Previously we use 2 separate buffer for each name and value.  The
problem is we would waste buffer space for name because it is usually
small.  Also tuning buffer size for each buffer separately is not
elegant and current HTTP server practice is that one buffer for 1
name/value pair.  This commit unifies 2 buffers into 1.
2014-05-28 23:33:37 +09:00
2014-05-16 23:54:09 +09:00
2012-10-27 14:54:06 -07:00
2014-05-13 23:42:55 +09:00
2014-04-21 00:57:27 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00
2012-01-18 00:53:12 +09:00
2012-01-18 00:53:12 +09:00
2014-01-05 22:17:12 +09:00
2014-03-30 19:26:37 +09:00
2014-05-10 00:19:57 +09:00
2014-02-05 23:12:53 +09:00
2014-04-02 01:44:39 +09:00
2013-07-13 00:43:06 +09:00
2012-01-18 00:53:12 +09:00
2014-05-21 23:01:21 +09:00

See README.rst
Description
nghttp2 - HTTP/2 C Library and tools
Readme 42 MiB
Languages
C++ 51.6%
C 38.3%
Go 4.1%
Python 1.8%
M4 1.7%
Other 2.5%