Commit 49605836 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Increase NGHTTP2_MAX_OBQ_FLOOD_ITEM to avoid false positives

parent 166433f7
......@@ -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 {
......
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