Releases: ldcsaa/HP-Socket
Releases · ldcsaa/HP-Socket
v5.9.6
v6.0.3
v6.0.2
Major Upadate
- Supports scheduled garbage memory recovery and passive garbage memory recovery (by default, scheduled recovery is used with a recovery interval of 15 seconds).
Third-party library Upadate
- openssl upgrade to version 3.0.14.
- llhttp upgrade to version 9.2.1.
- mimalloc upgrade to version 2.1.7.
v6.0.1
Major Upadate
- Optimize epoll multiplexing event processing to avoid the "shock group" problem.
- Automatically set unique thread names for HP-Socket worker threads to facilitate tracking and debugging.
- When TCP Client/Agent connects to the server synchronously, it supports setting the connection timeout through
SetSyncConnectTimeout()
.
Third-party library Upadate
- openssl upgrade to version 3.0.13.
- zlib upgrade to version 1.3.1.
v5.9.5
v5.9.4
v5.9.3
Major Upadate
- Bug fix: Upgrading to websocket protocol through HTTP methods such as POST/PUT that with request content, may cause HTTP Server exception.
- Failure to send a single heartbeat packet between UDP clients/servers will not immediately disconnect, only detecting whether the heartbeat has timed out to determine whether to disconnect.
Third-party library Upadate
- openssl upgrade to version 1.1.1v.
- llhttp upgrade to version 8.1.1.