Fix WINDOW_UPDATE enum value

This commit is contained in:
Tatsuhiro Tsujikawa 2013-07-23 02:08:32 +09:00
parent b2cabdd0a2
commit cca1d19d3d
2 changed files with 2 additions and 1 deletions

View File

@ -250,7 +250,7 @@ typedef enum {
/**
* The WINDOW_UPDATE frame.
*/
NGHTTP2_WINDOW_UPDATE = 8
NGHTTP2_WINDOW_UPDATE = 9
} nghttp2_frame_type;
/**

View File

@ -84,6 +84,7 @@ const char *frame_names[] = {
"PUSH_PROMISE",
"PING",
"GOAWAY",
"UNKNOWN",
"WINDOW_UPDATE"
};
} // namespace