summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-ping-unsolicited-ack.js
AgeCommit message (Collapse)Author
2018-01-08http2: verify flood error and unsolicited framesJames M Snell
* verify protections against ping and settings flooding * Strictly handle and verify handling of unsolicited ping and settings frame acks. PR-URL: https://github.com/nodejs/node/pull/17969 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>