From 4960583637e20bee729de7f06f80c0798e533d7b Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 25 Oct 2015 16:23:29 +0900 Subject: [PATCH] Increase NGHTTP2_MAX_OBQ_FLOOD_ITEM to avoid false positives --- lib/nghttp2_session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2_session.h b/lib/nghttp2_session.h index cc98d719..f62ccb1e 100644 --- a/lib/nghttp2_session.h +++ b/lib/nghttp2_session.h @@ -81,7 +81,7 @@ typedef struct { response frames are stacked up, which leads to memory exhaustion. The value selected here is arbitrary, but safe value and if we have these frames in this number, it is considered suspicious. */ -#define NGHTTP2_MAX_OBQ_FLOOD_ITEM 1000 +#define NGHTTP2_MAX_OBQ_FLOOD_ITEM 10000 /* Internal state when receiving incoming frame */ typedef enum {