Skip to content

3.0.11

Choose a tag to compare

@kelunik kelunik released this 17 Oct 08:00
· 715 commits to 5.x since this release
v3.0.11
  • Fixed issues with responses without content-length and without transfer-encoding: chunked.
  • Revert fix for v3.0.10, as this has been properly fixed in amphp/byte-stream.
  • Catch ConnectException from amphp/socket and throw SocketException instead. The exception was previously leaked, but undocumented and unexpected.