From 826cd6a5e70489d6e6d66d3ffa7092a977169438 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 31 Jan 2012 00:51:06 +0900 Subject: [PATCH] Updated doc --- README.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index cbc2fe0..c0cef62 100644 --- a/README.rst +++ b/README.rst @@ -9,17 +9,17 @@ is a demo program ``spdycat`` in *examples* directory, which can connect to SPDY-capable server via SSL and select spdy/2 with NPN and get a resource given in the command-line:: - $ ./spdycat -d https://www.google.com/ - NPN select next proto: server offers: + $ ./spdycat -vn https://www.google.com/ + [ 0.023] NPN select next protocol: the remote server offers: * spdy/2 * http/1.1 - send SYN_STREAM frame (stream_id=1, flags=1, length=83) + [ 0.034] send SYN_STREAM frame (stream_id=1, assoc_stream_id=0, flags=1, length=83, pri=3) method: GET scheme: https url: / user-agent: spdylay/0.0.0 version: HTTP/1.1 - recv SYN_REPLY frame (stream_id=1, flags=0, length=579) + [ 0.082] recv SYN_REPLY frame (stream_id=1, flags=0, length=580) cache-control: private, max-age=0 content-type: text/html; charset=ISO-8859-1 date: Sun, 29 Jan 2012 15:36:57 GMT @@ -29,8 +29,8 @@ get a resource given in the command-line:: version: HTTP/1.1 x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block - recv DATA frame (stream_id=1, flags=0, length=4096) - recv DATA frame (stream_id=1, flags=0, length=2419) - recv DATA frame (stream_id=1, flags=0, length=4096) - recv DATA frame (stream_id=1, flags=1, length=3167) - send GOAWAY frame (last_good_stream_id=0) + [ 0.083] recv DATA frame (stream_id=1, flags=0, length=4096) + [ 0.083] recv DATA frame (stream_id=1, flags=0, length=2426) + [ 0.084] recv DATA frame (stream_id=1, flags=0, length=4096) + [ 0.091] recv DATA frame (stream_id=1, flags=1, length=3114) + [ 0.091] send GOAWAY frame (last_good_stream_id=0)