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. |
||
---|---|---|
doc | ||
examples | ||
fedora | ||
lib | ||
m4 | ||
python | ||
src | ||
tests | ||
third-party | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
Makefile.am | ||
NEWS | ||
README | ||
README.rst | ||
android-config | ||
android-make | ||
configure.ac | ||
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