Skip to content

Support Http2 - #29

Open
sogaani wants to merge 5 commits into
expressjs:masterfrom
sogaani:http2
Open

Support Http2#29
sogaani wants to merge 5 commits into
expressjs:masterfrom
sogaani:http2

Conversation

@sogaani

Copy link
Copy Markdown

Support http2 to enable express tests with http2.
expressjs/express#3390.

@dougwilsondougwilson left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this should prefer the Host header in a http2 request over the :authority header. That seems like potential setup here for some kind of issue down the road.

@expressjsexpressjs deleted a comment from sogaaniAug 2, 2018
@sogaani

Copy link
Copy Markdown
Author

I refered rfc and thought :authority header seems to have compatibility with Host header. And I'm not sure issues. But it's ok. I create this PR for express tests with http2. So we can disable tests depend on this. I feel free to close this.

@sogaani

Copy link
Copy Markdown
Author

Above comment is my misunderstanding.
Your concern is "There is possibility to refer Host header even if http2 request has :authority header." right? So, I addressed issue.

@sogaanisogaani mentioned this pull request Aug 28, 2018
5 tasks
@sogaani

Copy link
Copy Markdown
Author

I fixed PR installing deps only from npm.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@sogaani@dougwilson@addaleax