Skip to content

3.0.0 Beta 7

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 25 Feb 15:29
· 94 commits to 3.x since this release
v3.0.0-beta.7
a2f94d0
  • Updated for compatibility with 2.0 of amphp/socket.
  • A string is now allowed on SocketHttpServer::expose() in addition to a SocketAddress instance.
  • Fixed Response::onDispose() being invoked as soon as the client connection or stream is closed. Prior it was not invoked until another chunk was read from the response body.