From 9e3191a5489dc470a3f325740c506594a33f8158 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 12 Feb 2012 17:43:50 +0900 Subject: [PATCH] Updated doc --- lib/includes/spdylay/spdylay.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/includes/spdylay/spdylay.h b/lib/includes/spdylay/spdylay.h index 26f5122f..c670c242 100644 --- a/lib/includes/spdylay/spdylay.h +++ b/lib/includes/spdylay/spdylay.h @@ -403,6 +403,8 @@ void* spdylay_session_get_stream_user_data(spdylay_session *session, * "url": Abosolute path of this request (e.g., "/foo") * "version": HTTP version (e.g., "HTTP/1.1") * + * "host" name/value pair is also required by some hosts. + * * This function creates copies of all name/value pairs in |nv|. * * If |data_prd| is not NULL, it provides data which will be sent in