nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa 00bed87537 Support max concurrent streams limit.
If max concurrent streams limit is reached, SYN_STREAM frames are not sent
and backed off. If other type of frame is waiting in the tx queue, it is
sent first. We introduced another priority queue for this purpose.
In this change we did not add code to send RST_STREAM when SYN_STREAM is
received but max concurrent stream is reached.
2012-02-06 00:14:19 +09:00
examples Changed spdylay_select_next_protocol behaviour 2012-02-05 21:48:20 +09:00
lib Support max concurrent streams limit. 2012-02-06 00:14:19 +09:00
m4 Added libtool files 2012-01-18 00:53:12 +09:00
tests Support max concurrent streams limit. 2012-02-06 00:14:19 +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 Automake-zie the examples directory 2012-01-31 11:10:09 -08: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 spdycat output example 2012-02-02 00:45:02 +09:00
configure.ac Automake-zie the examples directory 2012-01-31 11:10:09 -08:00

README

See README.rst