This PR is a fix for this issue https://github.com/getsentry/responses/issues/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
This PR is a fix for this issue https://github.com/getsentry/responses/issues/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