Go to file
Tatsuhiro Tsujikawa b95e9a8c4c Made spdylay_submit_window_update() not be bounded by recv_window_size
Current SPDY/3 spec does not clearly prohibit to send
delta_window_size which makes resulting window size more than initial
window size. For this reason, spdylay_submit_window_update() can send
delta_window_size in [1, (1 << 31)-1], inclusive, without bounded by
stream's recv_window_size. Of course, the application is now
responsible to keep the resulting window size <= (1 << 31)-1.

spdylay_submit_window_update() now returns
SPDYLAY_ERR_INVALID_ARGUMENT if delta_window_size is 0 or negative.
2012-05-20 16:09:57 +09:00
doc Include README.rst in manual 2012-05-19 22:05:56 +09:00
examples Guard include of config.h with HAVE_CONFIG_H 2012-05-19 22:11:51 +09:00
lib Made spdylay_submit_window_update() not be bounded by recv_window_size 2012-05-20 16:09:57 +09:00
m4 Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
tests Made spdylay_submit_window_update() not be bounded by recv_window_size 2012-05-20 16:09:57 +09:00
.gitignore Added tests for malloc failures 2012-04-24 22:51:06 +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 Packaging fix 2012-04-25 22:27:50 +09:00
NEWS Updated NEWS for 0.2.0 release 2012-05-13 18:24:09 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Updated README.rst 2012-05-19 22:07:51 +09:00
configure.ac Added -a, --get-asserts option to spdycat 2012-05-19 17:09:40 +09:00

README

See README.rst