- 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 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
when WINDOW_UPDATE is received.
-
Tatsuhiro Tsujikawa authored
INITIAL_WINDOW_SIZE is received and the window size becomes positive.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 10 May, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 09 May, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-