Change the value of END_PUSH_PROMISE flag as per the spec
This commit is contained in:
parent
d154faa9ab
commit
0b005e3f22
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue