nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa 82e20192d8 Added functions to process received SETTINGS frame.
Now remote and local settings are stored separately.
The initial window size is included in SETTINGS frame, all active stream's
window sizes are now updated.
Removed the initial_window_size member from spdylay_stream because
it is the same as remote_settings's initial window size.
2012-03-10 00:10:11 +09:00
examples spdycat: Don't include port in host header field if port == 443. 2012-03-09 02:36:55 +09:00
lib Added functions to process received SETTINGS frame. 2012-03-10 00:10:11 +09:00
m4 Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
tests Added functions to process received SETTINGS frame. 2012-03-10 00:10:11 +09:00
.gitignore Add an NPN callback helper that finds the correct version of spdy 2012-02-02 16:31:11 -08: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 Make examples before tests 2012-03-02 22:40:50 +09:00
NEWS Added libtool files 2012-01-18 00:53:12 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Updated README.rst 2012-02-26 18:25:59 +09:00
configure.ac Fixed: configure options LIBS and CFLAGS do not work 2012-03-01 23:39:55 +09:00

README

See README.rst