From c15b86a55a61ff5e0734af113827a6cdb2797219 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 1 Feb 2012 02:39:04 +0900 Subject: [PATCH] Updated doc --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index c0cef625..ce2cd428 100644 --- a/README.rst +++ b/README.rst @@ -34,3 +34,7 @@ get a resource given in the command-line:: [ 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) + +Please note that OpenSSL with +`NPN ` +support is required in order to build and run ``spdycat``.