]> git.kaiwu.me - nginx.git/commit
HTTP/2: close connection on frames with self-dependency.
authorRuslan Ermilov <ru@nginx.com>
Tue, 10 Sep 2019 12:33:37 +0000 (15:33 +0300)
committerRuslan Ermilov <ru@nginx.com>
Tue, 10 Sep 2019 12:33:37 +0000 (15:33 +0300)
commit456e213904f36765fb638895a1530996cea28954
tree37a0c11d925046876370a32dadb52545813c475d
parent5a2ce3f4ee55eb8903aa9481deaaf402d5a2e805
HTTP/2: close connection on frames with self-dependency.

Don't waste server resources by sending RST_STREAM frames.  Instead,
reject HEADERS and PRIORITY frames with self-dependency by closing
connection with PROTOCOL_ERROR.
src/http/v2/ngx_http_v2.c