]> git.kaiwu.me - nginx.git/commit
HTTP/2: switched back to RST_STREAM with NO_ERROR.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 18 Sep 2019 17:28:09 +0000 (20:28 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 18 Sep 2019 17:28:09 +0000 (20:28 +0300)
commit4d4201fafd46bb97c29a9c86733331d8e7479f54
tree6bbc6e68e4a1472db8a5775b2c2b5822c250ed87
parent555dc61b543bb1fbc50f45b58a422f519d7065ce
HTTP/2: switched back to RST_STREAM with NO_ERROR.

In 8df664ebe037, we've switched to maximizing stream window instead
of sending RST_STREAM.  Since then handling of RST_STREAM with NO_ERROR
was fixed at least in Chrome, hence we switch back to using RST_STREAM.

This allows more effective rejecting of large bodies, and also minimizes
non-payload traffic to be accounted in the next patch.
src/http/v2/ngx_http_v2.c