Commit cca1d19d authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix WINDOW_UPDATE enum value

parent b2cabdd0
......@@ -250,7 +250,7 @@ typedef enum {
/**
* The WINDOW_UPDATE frame.
*/
NGHTTP2_WINDOW_UPDATE = 8
NGHTTP2_WINDOW_UPDATE = 9
} nghttp2_frame_type;
/**
......
......@@ -84,6 +84,7 @@ const char *frame_names[] = {
"PUSH_PROMISE",
"PING",
"GOAWAY",
"UNKNOWN",
"WINDOW_UPDATE"
};
} // namespace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment