- 29 May, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 28 May, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 27 May, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 25 May, 2012 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This option sets maximum receive buffer size for incoming control frame. Basically the library checks the length field of the incoming control frame. For frames with name/value header block, the library also checks the length of inflated block is also under the limit. This is done while incrementally inflating block. If the length of frames with name/value header block exceeds the limit, the library will issue RST_STREAM with FRAME_TOO_LARGE. For other frames, it will issue GOAWAY.
-
Tatsuhiro Tsujikawa authored
-
- 24 May, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 20 May, 2012 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
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.
-
- 19 May, 2012 8 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Print, for each stream, time delta from SSL/TLS handshake and each SYN_STREAM. The time deltas are measured after SYN_REPLY received and all data received. For example, the following output: SYN_REPLY: X(Y) means SYN_REPLY was received X ms after SSL/TLS handshake and Y ms after the corresponding SYN_STREAM was sent.
-
Tatsuhiro Tsujikawa authored
If this option is used, spdycat also downloads assets such as stylesheets, images and script files linked from the downloaded resource. They are queued in the same SPDY session.
-
Tatsuhiro Tsujikawa authored
-
- 18 May, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 16 May, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 13 May, 2012 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This is because compiler may warn that name `index` shadows global declaration if the application code uses the prototype argument names as is.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Updated program output to the latest version. Mentioned spdycli.
-
Tatsuhiro Tsujikawa authored
-
- 12 May, 2012 8 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
SPDYLAY_ERR_TEMPORAL_CALLBACK_FAILURE to signal stream error.
-
- 11 May, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-