New
v6.1.3
Release Notes
🐛 Bug Fixes
HTTP/2 Server
- Fixed Safari Compatibility Issue: Resolved a flow control compatibility issue when the HTTP/2 server sends large files to Safari browsers.
- Fixed Data Race in Cached
DateResponse Header: Fixed a data race condition in the cachedDateresponse header for the HTTP/2 server in multi-threaded mode. - Fixed
package_max_lengthConfiguration Not Taking Effect:- The server now returns a
413 Payload Too Largeerror if theContent-Lengthin the receivedHEADERSframe exceeds the configured value. - The server sends an
HTTP/2 RST_STREAMframe to terminate the stream if the total length of consecutively receivedDATAframes exceeds the configured value.
- The server now returns a
- Fixed Memory Out-of-Bounds in Multi-threaded Coroutine Mode: Resolved a memory out-of-bounds issue when enabling
enable_reuse_portin the multi-threaded coroutine version of the HTTP/2 server.