Go to file
Tatsuhiro Tsujikawa c1b130acd0 python: Don't raise exception from Session.resume_data()
In practice, Session.resume_data() will be used without checking there
is deferred data or not. Actually, there is no API to check this.  So
it is better not to raise exception. Instead return False to notify
error. If the method succeeds, it returns True.
2012-09-10 22:10:54 +09:00
doc python: Don't raise exception from Session.resume_data() 2012-09-10 22:10:54 +09:00
examples Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
lib Add spdylay_npn_get_proto_list() public API function. 2012-08-27 23:16:44 +09:00
m4 Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
python python: Don't raise exception from Session.resume_data() 2012-09-10 22:10:54 +09:00
src Add --enable-src configure option 2012-09-10 21:51:08 +09:00
tests Add --enable-src configure option 2012-09-10 21:51:08 +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.3 release 2012-08-28 21:52:02 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Update README.rst 2012-09-10 22:03:40 +09:00
configure.ac Add --enable-src configure option 2012-09-10 21:51:08 +09:00
shrpx.conf.sample Updated sample shrpx.conf 2012-08-02 23:58:52 +09:00

README

See README.rst