Commit 9c30ed1a authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update flags

parent e9d1ba25
......@@ -417,11 +417,11 @@ typedef enum {
/**
* The PAD_LOW flag.
*/
NGHTTP2_FLAG_PAD_LOW = 0x4,
NGHTTP2_FLAG_PAD_LOW = 0x10,
/**
* The PAD_HIGH flag.
*/
NGHTTP2_FLAG_PAD_HIGH = 0x8
NGHTTP2_FLAG_PAD_HIGH = 0x20
} nghttp2_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