nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa 088e4f15a2 Check frame length after packing a frame
If resultant length of a frame exceeds the maximum value (which is
2**24 - 1 for SPDY/2 and 3), SPDYLAY_ERR_FRAME_TOO_LARGE is used to
indicate this error. This error will be notified by
on_ctrl_not_send_callback.
2012-09-14 22:41:55 +09:00
doc Update doc 2012-09-12 22:37:05 +09:00
examples examples: Add README 2012-09-10 22:45:33 +09:00
lib Check frame length after packing a frame 2012-09-14 22:41:55 +09:00
m4 Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
python python: Escape '\' in server example code 2012-09-13 23:10:47 +09:00
src shrpx: Check request_connection_close_ when deciding closing connection 2012-09-13 21:33:35 +09:00
tests Check frame length after packing a frame 2012-09-14 22:41:55 +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 Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
NEWS Updated for 0.3.5 release 2012-09-13 23:23:07 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Update README.rst 2012-09-12 22:40:59 +09:00
configure.ac Bump up version number to 0.3.5. Bump up LT revision to 3.1.2 2012-09-13 23:19:02 +09:00
shrpx.conf.sample Updated sample shrpx.conf 2012-08-02 23:58:52 +09:00

README

See README.rst