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

Properly fixed parsing HEAD responses. #43

Merged
merged 1 commit into from Nov 28, 2023

Conversation

peoplestom
Copy link

My first attempt added a bug in the parsing of normal GET responses where, if the timing was correct they would be considered HEAD responses and the body lost.
This version requires the user to tell fast-http when we are expecting a HEAD response as there is no standards compliant way to tell a GET response from a HEAD response.

My first attempt added a bug in the parsing of normal GET responses
where, if the timing was correct they would be considered HEAD
responses and the body lost.
This version requires the user to tell fast-http when we are
expecting a HEAD response as there is no standards complient way to
tell a GET response from a HEAD response.
@fukamachi
Copy link
Owner

Thanks!

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.

None yet

2 participants