Releases: chrome-php/wrench
Releases · chrome-php/wrench
Release list
v1.9.2
- Reject handshake request lines with a bare line feed ending or a non-literal HTTP version
- Match
server_ssl_socket option keys to the true end of input - Pass explicit trim characters ahead of the PHP 8.6 trim default change
v1.9.1
- Fix
waitForDatacrash when the socket is disconnected
v1.9.0
- Add an optional wait for data to
receive()
v1.8.1
- Prevent blocking on empty
fread()calls
v1.8.0
v1.7.1
- Fix size 65536 HybiFrames
- Use
random_bytesfunction to generate masks
v1.7.0
- Add
Client::getSocketResourcemethod - Add support for PHP 8.4
v1.6.0
v1.5.0
- Made response header parsing more robust
- Improve the handshake exception message
- Use
random_bytesto generate handshake keys