nghttp2 - HTTP/2 C Library and tools
Go to file
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
doc doc: Update doc theme 2013-03-11 00:29:33 +09:00
examples spdycli: Fix missing last by with IPv6 addr and check argc 2013-02-14 21:15:41 +09:00
fedora fedora: add spec file 2012-10-27 14:54:06 -07:00
lib Don't pack multiple empty header values in one header field 2013-03-23 19:31:22 +09:00
m4 Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
python python: Escape '\' in server example code 2012-09-13 23:10:47 +09:00
src shrpx: Check get_request_state() == MSG_COMPLETE when body is empty 2013-03-08 01:50:46 +09:00
tests Don't pack multiple empty header values in one header field 2013-03-23 19:31:22 +09:00
.gitignore Add compile to .gitignore 2013-02-10 18:30:22 +09:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
COPYING Fixed copyright year 2012-01-27 01:40:18 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
Makefile.am Add android-config and android-make to EXTRA_DIST 2013-03-11 00:35:09 +09:00
NEWS Update NEWS 2013-03-11 00:28:52 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Add Android build scripts and document 2013-03-09 00:10:50 +09:00
android-config Add Android build scripts and document 2013-03-09 00:10:50 +09:00
android-make Add Android build scripts and document 2013-03-09 00:10:50 +09:00
configure.ac Bump up version number to 0.3.8 2013-03-11 00:32:00 +09:00
makerelease.sh Add sample pac file and release script 2013-01-12 17:05:11 +09:00
proxy.pac.sample Add sample pac file and release script 2013-01-12 17:05:11 +09:00
shrpx.conf.sample Updated sample shrpx.conf 2012-08-02 23:58:52 +09:00

README

See README.rst