nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa 28aea5c6b7 nghttp_hd: Use huffman encoding only when it is usable
We use huffman encoding only when its encoded length is strictly less
than the original length.
As noted in the HPACK draft, the length of name/value is now 7-bit
prefix and its MSB is 1 if the following string is huffman encoded.
2013-10-20 23:59:15 +09:00
doc Play nicely with py3k for building docs 2013-09-07 09:48:36 -04:00
examples src, examples: Update .gitignore 2013-09-08 15:33:17 +09:00
fedora fedora: add spec file 2012-10-27 14:54:06 -07:00
lib nghttp_hd: Use huffman encoding only when it is usable 2013-10-20 23:59:15 +09:00
m4 Add ax_cxx_compile_stdcxx_11 to check C++11 availability and flags 2013-08-06 21:20:36 +09:00
src Protocol ID change for HPACK experiment 2013-10-16 01:19:06 +09:00
tests Merge branch 'master' into hpack-exp 2013-10-18 20:06:36 +09:00
.gitignore Update .gitignore 2013-09-14 21:18:08 +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 examples: Rewrite client example 2013-09-02 22:55:37 +09:00
NEWS Rebranding nghttp2 2013-07-13 00:43:06 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Protocol ID change for HPACK experiment 2013-10-16 01:19:06 +09:00
android-config android-config: Use libxml2 2013-09-19 23:53:57 +09:00
android-make Rebranding nghttp2 2013-07-13 00:43:06 +09:00
configure.ac Replace steady_clock with monotonic_clock if steady_clock is not available 2013-09-17 22:48:30 +09:00
makerelease.sh Add sample pac file and release script 2013-01-12 17:05:11 +09:00
mkhufftbl.py Add auto-generation tools 2013-10-16 01:23:10 +09:00
mkstatichdtbl.py Add auto-generation tools 2013-10-16 01:23:10 +09:00
nghttpx.conf.sample Rename shrpx.conf.sample as nghttpx.conf.sample 2013-08-30 22:46:28 +09:00
proxy.pac.sample Add sample pac file and release script 2013-01-12 17:05:11 +09:00

README

See README.rst