Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2015-03-14 17:59:30 +09:00
parent 8ea26fddfd
commit d4eb2b2c75
1 changed files with 3 additions and 1 deletions

View File

@ -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;