From 0b005e3f225936dec3d04eb6bfdd02f0b6daddda Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 22 Aug 2013 21:34:10 +0900 Subject: [PATCH] Change the value of END_PUSH_PROMISE flag as per the spec --- lib/includes/nghttp2/nghttp2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index 7ea33092..5e870c3b 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -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. */