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 mocked HEAD response when content-length header is present #712

Merged
merged 1 commit into from
May 6, 2024

Conversation

ddarricau
Copy link
Contributor

This PR is a fix for this issue #708.
Basically when mocking a response to a HEAD request (which contains a content-length header), we do not pass the request_method. Which results in wrongfully raising a ChunkedEncodingError

@markstory markstory merged commit bfd3a0d into getsentry:master May 6, 2024
14 checks passed
markstory added a commit that referenced this pull request May 6, 2024
@markstory
Copy link
Member

Thank you 🎉

@ddarricau ddarricau mentioned this pull request May 16, 2024
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