Skip to content

3.0.6

Choose a tag to compare

@kelunik kelunik released this 07 Oct 10:49
· 732 commits to 5.x since this release
v3.0.6
  • Allow empty content type for multipart form fields.
  • Fail aborted requests correctly.
  • Apply transfer timeouts correctly (was previously a header timeout only).
  • Check for incomplete response bodies and error out in case of an incomplete body.
  • Close sockets if response body is not consumed instead of trying to silently consume it in the background, which might hang indefinitely (depending on the timeout).