- 04 Oct, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 02 Oct, 2012 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 01 Oct, 2012 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The reason why we choose SPDY/2 as default for SPDY prxy was due to Chrome's window update bug. Now its fix is available in Chrome stable, we make SPDY/3 as default.
-
Tatsuhiro Tsujikawa authored
-
- 22 Sep, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
We cannot use assert(stream_user_data) because server-pushed stream does not have stream_user_data.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 20 Sep, 2012 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 15 Sep, 2012 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The on_ctrl_not_send_callback, on_ctrl_recv_parse_error_callback and on_unknown_ctrl_recv_callback were added. The latter 2 callbacks are purely debugging purpose. In on_ctrl_not_send_callback, If sending SYN_REPLY failed, issue RST_STREAM to avoid a stream hanging around.
-
- 14 Sep, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
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.
-
Tatsuhiro Tsujikawa authored
-
- 13 Sep, 2012 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
When deciding whether to close the client connection, check request_connection_close_ of Downstream in addition of response_connection_close_. Also we only add "Connection: Keep-Alive" header to the HTTP/1.0 or HTTP/0.9 clients.
-
- 12 Sep, 2012 4 commits
-
-
Tatsuhiro Tsujikawa authored
github translates "Client/Server" in section header to "#clientserver" fragment, but if it is referred by `Client/Server`_, it is translated into "#client-server". It is best to avoid '/' in section header.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 11 Sep, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
We use intrusive style pattern in spdylay_stream, which now has spdylay_map_entry has its first member.
-
- 10 Sep, 2012 7 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
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.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
When --enable-src is given, the programs in src directory will be built. If --disable-src is given, those programs will not be built. If none of them are given, --enable-src is assumed.
-
Tatsuhiro Tsujikawa authored
To distinguish the to-be-installed programs and non-installable example source code, the former programs, spdycat, spdydyd and shrpx, were moved to src directory. spdynative was removed from Makefile because it does not appeal to any users much.
-
- 09 Sep, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 28 Aug, 2012 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-