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

Fix handling of HEAD responses #242

Merged
merged 7 commits into from
Oct 9, 2023
Merged

Fix handling of HEAD responses #242

merged 7 commits into from
Oct 9, 2023

Conversation

mtrudel
Copy link
Owner

@mtrudel mtrudel commented Oct 4, 2023

Also fixes a couple of longstanding bugs with 204 & 304 responses being sent with content-length headers & bodies

Fixes #235

@mtrudel mtrudel force-pushed the fix_head_responses branch from 6c66281 to ff9a078 Compare October 6, 2023 13:50
@mtrudel mtrudel force-pushed the fix_head_responses branch from e829de8 to 099acf1 Compare October 9, 2023 13:41
@mtrudel mtrudel merged commit e8eeb18 into main Oct 9, 2023
27 checks passed
@mtrudel mtrudel deleted the fix_head_responses branch October 9, 2023 13:51
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.

HTTP conformance bug: sends response body on HEAD request
2 participants