Increase NGHTTP2_MAX_OBQ_FLOOD_ITEM to avoid false positives

This commit is contained in:
Tatsuhiro Tsujikawa 2015-10-25 16:23:29 +09:00
parent 166433f780
commit 4960583637
1 changed files with 1 additions and 1 deletions

View File

@ -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 {