diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index 9864cdb8..4ef0f410 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -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; /**