nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa a4cf37306a Enfoce flow control error strictly
Now we have SETTINGS synchronization, flow control error can be
detected strictly. If DATA frame is received with length > 0 and
current received window size is equal to or larger than local
window size (latter happens when we shirnk window size), it is
subject to FLOW_CONTROL_ERROR,
2013-10-29 22:46:30 +09:00
doc Update doc 2013-10-28 23:34:11 +09:00
examples API change: Add flags parameter to all submit_* functions 2013-10-25 22:50:24 +09:00
fedora fedora: add spec file 2012-10-27 14:54:06 -07:00
hdtest nghttp2_hd: Rename local as deflate 2013-10-29 00:42:08 +09:00
lib Enfoce flow control error strictly 2013-10-29 22:46:30 +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 nghttp: Add --header-table-size option 2013-10-29 21:34:22 +09:00
tests nghttp2_hd: Rename local as deflate 2013-10-29 00:42:08 +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 Merge branch 'master' into hpack-exp 2013-10-28 23:15:14 +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 Update README.rst 2013-10-29 00:45:30 +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 Bump up version number to 0.2.0-DEV 2013-10-28 23:17:14 +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 nghttp2_hd: Share static table globally 2013-10-24 22:09:40 +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