]> git.kaiwu.me - nginx.git/commit
HTTP/2: prevented double termination of a stream.
authorValentin Bartenev <vbart@nginx.com>
Thu, 16 Jun 2016 17:55:11 +0000 (20:55 +0300)
committerValentin Bartenev <vbart@nginx.com>
Thu, 16 Jun 2016 17:55:11 +0000 (20:55 +0300)
commit5c66c4aad01be83183395e1ecc241267d45c2e8d
tree59bb0d4a54ee5925174461786d9b6d0467410be4
parenta70e415ea39c903f4c387e35faa71e2ac29a8e3c
HTTP/2: prevented double termination of a stream.

According to RFC 7540, an endpoint should not send more than one RST_STREAM
frame for any stream.

Also, now all the data frames will be skipped while termination.
src/http/v2/ngx_http_v2.c