From d4eb2b2c75da77a6ae0ba89bb0aa6d3aea1ea1ca Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 14 Mar 2015 17:59:30 +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 38b2c9f5..cae33f5a 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -468,7 +468,9 @@ typedef enum { */ NGHTTP2_WINDOW_UPDATE = 0x08, /** - * The CONTINUATION frame. + * The CONTINUATION frame. This frame type won't be passed to any + * callbacks because the library processes this frame type and its + * preceding HEADERS/PUSH_PROMISE as a single frame. */ NGHTTP2_CONTINUATION = 0x09 } nghttp2_frame_type;