Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add http upgrade header regression test
Add a regression test for nodejs#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: nodejs#628 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
- Loading branch information