We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ciao!
How are you?
Weird output:
app.use(ctx => { ctx.body = { hello: 'world', origin: ctx.request.origin, } })
The text was updated successfully, but these errors were encountered:
Weird, with spdy, it works, with http2 is not. with spdy it is correct:
Sorry, something went wrong.
i guess http2 expermintal....
fix: use :authority header of http2 requests as host (fixes koajs#1174)
350f5e1
feat: use :authority header of http2 requests as host (#1262)
9c5c58b
close #1174
Successfully merging a pull request may close this issue.
Ciao!
How are you?
Weird output:
The text was updated successfully, but these errors were encountered: