Skip to content

Conversation

@veithen
Copy link
Contributor

@veithen veithen commented May 21, 2017

This fixes AbstractHttpSenderConnection so that in the case there is no
Content-Length header (i.e. chunking is enabled), it no longer reads the
entire response into memory to determine whether it is empty or not.

This fixes AbstractHttpSenderConnection so that in the case there is no
Content-Length header (i.e. chunking is enabled), it no longer reads the
entire response into memory to determine whether it is empty or not.
@gregturn
Copy link
Contributor

Looks pretty cool! Is it possible to fashion a unit test to verify this? I imagine mocking would be the best course of action.

@veithen
Copy link
Contributor Author

veithen commented May 22, 2017

I've added a regression test.

gregturn pushed a commit that referenced this pull request Oct 24, 2017
@gregturn
Copy link
Contributor

Resolved via cba6791

@gregturn gregturn closed this Oct 24, 2017
@veithen veithen deleted the sws-707 branch October 24, 2017 21:15
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.

2 participants