Commit 0b005e3f authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Change the value of END_PUSH_PROMISE flag as per the spec

parent d154faa9
......@@ -333,7 +333,7 @@ typedef enum {
/**
* The END_PUSH_PROMISE flag.
*/
NGHTTP2_FLAG_END_PUSH_PROMISE = 0x1,
NGHTTP2_FLAG_END_PUSH_PROMISE = 0x4,
/**
* The PONG flag.
*/
......
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