Skip to content
New issue

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

Http2 fails on Koa with nuxt.render #6165

Closed
gotenxds opened this issue Aug 1, 2019 · 0 comments
Closed

Http2 fails on Koa with nuxt.render #6165

gotenxds opened this issue Aug 1, 2019 · 0 comments

Comments

@gotenxds
Copy link

gotenxds commented Aug 1, 2019

Version

v2.8.1

Reproduction link

https://cmty.app

Steps to reproduce

Start a project with koa as server

change to http2

implement some route

try to access this route from client

you'l get a (node:7884) UnsupportedWarning: Status message is not supported by HTTP/2 (RFC7540 8.1.2.4) with a 500.

What is expected ?

To not throw a 500

What is actually happening?

nuxt.render is likely adding some message to the response, this is not allowed as of http2

Additional comments?

Hello, I tried posting this on Koa template but was unable to as there is no version options for it in cmty.

This bug report is available on Nuxt community (#c9582)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants