Created
January 28, 2013 17:02
-
-
Save voluntas/4657204 to your computer and use it in GitHub Desktop.
spdy server push
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t=1359392177157 [st= 0] SPDY_SESSION_SYN_STREAM | |
--> fin = true | |
--> :host: 127.0.0.1:3000 | |
:method: GET | |
:path: / | |
:scheme: https | |
:version: HTTP/1.1 | |
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
accept-charset: UTF-8,*;q=0.5 | |
accept-encoding: gzip,deflate,sdch | |
accept-language: en-US,en;q=0.8 | |
cache-control: max-age=0 | |
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17 | |
--> stream_id = 1 | |
--> unidirectional = false | |
t=1359392177171 [st= 14] SPDY_SESSION_PUSHED_SYN_STREAM | |
--> associated_stream = 1 | |
--> fin = false | |
--> :host: 127.0.0.1 | |
:path: /img/26442431.png | |
:scheme: https | |
:status: 200 OK | |
:version: HTTP/1.1 | |
content-length: 413563 | |
content-type: image/png | |
server: erlang-spdy/0.0.0 | |
--> stream_id = 2 | |
--> unidirectional = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment