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

http request: send valid HTTP Request #70

Merged
merged 1 commit into from
Jul 11, 2022
Merged

http request: send valid HTTP Request #70

merged 1 commit into from
Jul 11, 2022

Conversation

anmonteiro
Copy link
Contributor

@anmonteiro anmonteiro commented Jul 10, 2022

We use wait-port over in netlify-cli.

Our tests started erroring out recently, and I realized that wait-port isn't necessarily sending \r\n (carriage return + line feed -- see https://datatracker.ietf.org/doc/html/rfc7230#section-3)

@anmonteiro
Copy link
Contributor Author

And the motivation for this: Node.js's recent releases have introduced a change to HTTP parsing that seems to require \r\n now: nodejs/node@f2407748e3

@dwmkerr
Copy link
Owner

dwmkerr commented Jul 11, 2022

Great addition @anmonteiro thanks for this, merging now and will release shortly!

@dwmkerr dwmkerr merged commit 27e83c9 into dwmkerr:master Jul 11, 2022
Sign up for free to 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.

2 participants