Increase NGHTTP2_MAX_OBQ_FLOOD_ITEM to avoid false positives
This commit is contained in:
parent
166433f780
commit
4960583637
|
@ -81,7 +81,7 @@ typedef struct {
|
||||||
response frames are stacked up, which leads to memory exhaustion.
|
response frames are stacked up, which leads to memory exhaustion.
|
||||||
The value selected here is arbitrary, but safe value and if we have
|
The value selected here is arbitrary, but safe value and if we have
|
||||||
these frames in this number, it is considered suspicious. */
|
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 */
|
/* Internal state when receiving incoming frame */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Reference in New Issue