]> git.kaiwu.me - nginx.git/commit
HTTP/2: flood detection.
authorRuslan Ermilov <ru@nginx.com>
Tue, 6 Nov 2018 13:29:35 +0000 (16:29 +0300)
committerRuslan Ermilov <ru@nginx.com>
Tue, 6 Nov 2018 13:29:35 +0000 (16:29 +0300)
commit8ec4146e1aad3a4fc0b19a024f8ef3516791e30c
treef2359480891331cc97e5593b44e5b8ac55cc14b7
parent9cd9526ba68a3dcfc763a3f7693ccb4f48e855fb
HTTP/2: flood detection.

Fixed uncontrolled memory growth in case peer is flooding us with
some frames (e.g., SETTINGS and PING) and doesn't read data.  Fix
is to limit the number of allocated control frames.
src/http/v2/ngx_http_v2.c
src/http/v2/ngx_http_v2.h