]> 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)
commit65b2c00d624f17892c777f8fb5bb9c623cff5188
treed8b30d2d51cd7d64ee6c9a374bce39f2112c2171
parent1d4c2fb6da12f3d103849cb9384687213f1656cf
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