Change the value of END_PUSH_PROMISE flag as per the spec

This commit is contained in:
Tatsuhiro Tsujikawa 2013-08-22 21:34:10 +09:00
parent d154faa9ab
commit 0b005e3f22
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/