summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-util-assert-valid-pseudoheader.js
Commit message (Collapse)AuthorAgeFilesLines
* http2: throw from mapToHeadersJames M Snell2018-11-211-19/+11
| | | | | | | PR-URL: https://github.com/nodejs/node/pull/24063 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Note: Landed with one collaborator approval after PR was open for 18 days
* errors: alter ERR_HTTP2_INVALID_PSEUDOHEADERdavidmarkclements2018-04-091-1/+1
| | | | | | | | | | | | changes the base instance for ERR_HTTP2_INVALID_PSEUDOHEADER from Error to TypeError as a more accurate representation of the error. PR-URL: https://github.com/nodejs/node/pull/19808 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
* test: http2 test coverage for assertValidPseudoHeaderJames M Snell2017-09-051-0/+31
PR-URL: https://github.com/nodejs/node/pull/15105 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>