github uNetworking/uWebSockets v20.17.0

latest releases: v20.62.0, v20.61.0, v20.60.0...
20 months ago

Improved HTTP timeout logic

When a client uploads (HTTP POST) a large file there has been a less-than-ideal timeout logic in uWS, where practically 0.1 byte/sec was enough to keep the connection open. This version bumps the required upload throughput to 16kB/sec as the lowest allowed. Any client uploading slower, will be dropped. You can configure the constant HTTP_RECEIVE_THROUGHPUT_BYTES as you wish.

Don't miss a new uWebSockets release

NewReleases is sending notifications on new releases.