Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

http server is emitting an invalid HTTP/1.1 status line #3400

Closed
MicaiahReid opened this issue Jul 21, 2022 · 0 comments · Fixed by #3404
Closed

http server is emitting an invalid HTTP/1.1 status line #3400

MicaiahReid opened this issue Jul 21, 2022 · 0 comments · Fixed by #3404
Assignees

Comments

@MicaiahReid
Copy link
Contributor

MicaiahReid commented Jul 21, 2022

The http server is emitting an invalid HTTP/1.1 status line, eg.:

HTTP/1.1 400

The RFC is quite clear, however (https://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1):

        Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF

The Reason-Phrase is allowed to be an empty string, but the separating space is not optional.

I'm unsure whether to open another issue for this, or if https://github.com/uNetworking/uWebSockets.js is where the buck stops.

Originally posted by @mxork in #2320 (comment)

@davidmurdoch davidmurdoch moved this from Inbox to In Progress in Ganache Jul 22, 2022
@davidmurdoch davidmurdoch moved this to Inbox in Ganache Jul 22, 2022
@davidmurdoch davidmurdoch self-assigned this Jul 22, 2022
Repository owner moved this from In Progress to Done in Ganache Oct 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants