Skip to content

Tags: uNetworking/uWebSockets

Tags

v20.79.0

Toggle v20.79.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix cork() closing a WebSocket that was upgraded asynchronously (#1929)

cork() detected an in-handler upgrade with `this != newCorkedSocket`, but
us_socket_context_adopt_socket() reallocs the poll and returns the same pointer
when the WebSocket extension is not larger than the HttpResponse extension. The
upgrade then went undetected and cork() ran its HTTP connection-close logic on
the now-WebSocket socket, closing it right after open. Also compare the socket
context, which always changes on upgrade.

v20.78.0

Toggle v20.78.0's commit message
Fix ProxyParser for L4 proxies by only reading data once

v20.77.0

Toggle v20.77.0's commit message
Buffer optional uncork data after failure to flush already corked data

Co-authored-by: GetThatCookie <GetThatCookie@users.noreply.github.com>

v20.76.0

Toggle v20.76.0's commit message
Remove maxRemainingBodyLength(), add onDataV2

v20.75.0

Toggle v20.75.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Missing cstdlib include

v20.74.0

Toggle v20.74.0's commit message
libdeflate can only be used for reset=true inflation

v20.73.0

Toggle v20.73.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CMake you son of a bish

v20.72.0

Toggle v20.72.0's commit message
Add publishPrepared

v20.71.0

Toggle v20.71.0's commit message
Bump h1spec

v20.70.0

Toggle v20.70.0's commit message
Fix all fragmentation tests