test: add http upgrade header regression test
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 27 Jan 2015 22:02:40 +0000 (23:02 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 28 Jan 2015 15:57:12 +0000 (16:57 +0100)
commit24bd4e055562d8eb8a0d8db907c1715cc37e90b4
tree0a7b70c7d746867b7f101bf6bc6ad963b983721c
parent660509694cfd4de59df0548eabbe18c97d75c63a
test: add http upgrade header regression test

Add a regression test for https://github.com/iojs/io.js/issues/627.

Before the http_parser rollback to 2.3.0, the request callback was
called but an 'upgrade' event was not emitted, even though there is
an Upgrade header present in the request.

PR-URL: https://github.com/iojs/io.js/pull/628
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
test/parallel/test-http-upgrade-yes-please.js [new file with mode: 0644]