nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa bbe4f5a3d1 Allow frame submission immediately after nghttp2_submit_{request,headers,pp}
This commit makes handling of outgoing HEADERS and PUSH_PROMISE in the
same priority of other frames on the stream, so these frames are
processed in the order they are submitted.  This allows application to
submit frames to a stream returned by nghttp2_submit_{request,
headers, push_promise} immediately.  The only exception is
WINDOW_UPDATA frame, which requires nghttp2_stream object, which is
not created yet.
2014-08-17 17:31:43 +09:00
doc doc: Add note how to re-open log files in nghttpx 2014-08-16 23:00:35 +09:00
examples src, examples: Call OPENSSL_config() 2014-08-02 10:11:45 +09:00
fedora
lib Allow frame submission immediately after nghttp2_submit_{request,headers,pp} 2014-08-17 17:31:43 +09:00
m4
python hpackcheck.py: Remove sorting to check ordering requirements 2014-08-06 20:34:51 +09:00
src nghttpx: Use int for resonse_rst_stream_error_code_ 2014-08-17 16:36:02 +09:00
tests Allow frame submission immediately after nghttp2_submit_{request,headers,pp} 2014-08-17 17:31:43 +09:00
third-party
.gitignore
.travis.yml Add make check to Travis 2014-08-08 13:20:48 +02:00
AUTHORS
COPYING Add text dealing license around contribution to COPYING 2014-08-17 15:10:57 +09:00
ChangeLog
Makefile.am
NEWS
README
README.rst Add Contribution section to README.rst 2014-08-16 23:23:52 +09:00
android-config
android-make
configure.ac Bump up version number to 0.6.0-DEV 2014-08-16 22:50:33 +09:00
gennmchartbl.py
genvchartbl.py
makemanpages
makerelease.sh
man2rst.py
mkcipherlist.py
mkhufftbl.py
mkstatichdtbl.py
nghttpx.conf.sample
proxy.pac.sample

README

See README.rst