]> git.kaiwu.me - nginx.git/commit
HTTP/2: close connection on zero WINDOW_UPDATE.
authorRuslan Ermilov <ru@nginx.com>
Tue, 10 Sep 2019 12:33:38 +0000 (15:33 +0300)
committerRuslan Ermilov <ru@nginx.com>
Tue, 10 Sep 2019 12:33:38 +0000 (15:33 +0300)
commitc3f8098712d16e17a6577e203a8c0dc76331a1ee
tree31d780c82d84d11f32b83d9ee8d2e89671e4a660
parent456e213904f36765fb638895a1530996cea28954
HTTP/2: close connection on zero WINDOW_UPDATE.

Don't waste server resources by sending RST_STREAM frames.  Instead,
reject WINDOW_UPDATE frames with invalid zero increment by closing
connection with PROTOCOL_ERROR.
src/http/v2/ngx_http_v2.c