Skip to content

Respect Content-Length

Pre-release
Pre-release

Choose a tag to compare

@graebm graebm released this 01 Nov 22:21
722cc07
Content-Length is the boss (#158)

* Content-Length is the boss
- Don't freak out if body stream is set when Content-Length is 0.
  - aws-crt-java unit tests were doing this.
- Obey Content-Length when sending body, rather than trusting end-of-stream.