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
Currently uses the legacy Node HTTP parser, seen here: https://github.com/maxharlow/reconcile/blob/master/reconcile#L1.
This is because the modern one produces HPE_INVALID_HEADER_TOKEN errors when it receives headers it doesn't expect.
HPE_INVALID_HEADER_TOKEN
Would be nice to remove this when it's fixed in Node.
The text was updated successfully, but these errors were encountered:
https://github.com/nodejs/node/blob/master/doc/api/cli.md#--insecure-http-parser Or nodejs/node#30570
Sorry, something went wrong.
No branches or pull requests
Currently uses the legacy Node HTTP parser, seen here: https://github.com/maxharlow/reconcile/blob/master/reconcile#L1.
This is because the modern one produces
HPE_INVALID_HEADER_TOKEN
errors when it receives headers it doesn't expect.Would be nice to remove this when it's fixed in Node.
The text was updated successfully, but these errors were encountered: