From 48734b6d059fc68bd0df5a6ed0ed03796e7cdd67 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 31 Jul 2014 23:18:39 +0900 Subject: [PATCH] Update doc --- lib/includes/nghttp2/nghttp2.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index a3a53f85..0133c809 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -728,7 +728,9 @@ typedef enum { NGHTTP2_HCAT_PUSH_RESPONSE = 2, /** * The HEADERS frame which does not apply for the above categories, - * which is analogous to HEADERS in SPDY. + * which is analogous to HEADERS in SPDY. If non-final response + * (e.g., status 1xx) is used, final response HEADERS frame will be + * categorized here. */ NGHTTP2_HCAT_HEADERS = 3 } nghttp2_headers_category;