commit | 470fb58bda0c54c85307527ed61e19029d03830c | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Thu Jun 16 20:55:11 2016 +0300 |
committer | Valentin Bartenev <vbart@nginx.com> | Thu Jun 16 20:55:11 2016 +0300 |
tree | 874a6e4658367f8931ce2583be177c5fedfc52e5 | |
parent | bb1eab9cb33e22e545fa6798b0e79f2e6b7973ae [diff] |
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.