- 17 Apr, 2013 1 commit
-
-
snnn authored
fix building on mac os x. "error: invalid suffix on literal; C++11 requires a space between literal and identifier"
-
- 05 Apr, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 29 Mar, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
It is unnecessary because spdy version at this point is always valid.
-
Tatsuhiro Tsujikawa authored
shrpx: * Added an option to set the TLS SNI extension between shrpx and the origin on the command line spdycat: * If the user set an explicit host header ( using --headers ) use that name for the TLS SNI extension. * Added the handshake completion time to the verbose output * The gettimeofday call in get_time was using the incorrect structure ( I believe ) * In update_html_parser it was submitting the request regardless of the return value of add_request. Patch from Stephen Ludin
-
- 27 Mar, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 24 Mar, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 23 Mar, 2013 3 commits
-
-
Tatsuhiro Tsujikawa authored
This check is done in spdylay_submit_* family functions and they will return error if they found control characters.
-
Tatsuhiro Tsujikawa authored
SPDY spec does not allow multiple empty header values in one header field. This change makes out-going framer ignore such empty header value if there is non-empty header value with the same name.
-
Tatsuhiro Tsujikawa authored
This change fixes the bug that spdylay_frame_unpack_nv does not check the size of header value if it is the last value in NULL separated list.
-
- 10 Mar, 2013 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 08 Mar, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 07 Mar, 2013 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 01 Mar, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The RST_STREAM will be issued in spdy_data_read_callback.
-
- 28 Feb, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 27 Feb, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
spdy_data_read_callback in SpdyDownstreamConnection calls SpdyUpstream::resume_read() which submits WINDOW_UPDATE, but after that they are not call SpdyUpstream::send(). This means that if no pending outgoing data in upstream, then WINDOW_UPDATE is blocked until SpdyUpstream::send() from somewhere. This change adds SpdyUpstream::send() to resume_read() so that WINDOW_UPDATE is not blocked.
-
Tatsuhiro Tsujikawa authored
This change fixes upstream RST_STREAM is blocked until SpdyUpstream::send() is called. Now downstream REFUSED_STREAM is propagated to upstream client so that client can reset request. The RST_STREAM error code when downstream went wrong is changed from CANCEL to INTERNAL_ERROR.
-
- 25 Feb, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 22 Feb, 2013 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Use --backend-spdy-no-tls to disable TLS on backend SPDY connection. The SPDY protocol used there must be configured by --backend-spdy-proto option.
-
Tatsuhiro Tsujikawa authored
Surprisingly, field_set & UF_USERINFO is nonzero even if userinfo component is empty string.
-
Tatsuhiro Tsujikawa authored
-
- 19 Feb, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 Feb, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 16 Feb, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 15 Feb, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 14 Feb, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-