3.0.0 Beta 7
Pre-release
Pre-release
- Updated for compatibility with
2.0
ofamphp/socket
. - A string is now allowed on
SocketHttpServer::expose()
in addition to aSocketAddress
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.