Files
bun.sh/packages/bun-uws
Ciro Spaciari 76545140af fix(node:http) fix closing socket after upgraded to websocket (#23150)
### What does this PR do?
handle socket upgrade in NodeHTTP.cpp
### How did you verify your code works?
Run the test added with asan it should catch the bug

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-02 14:55:28 -07:00
..

Bun's fork of uWebSockets

Bun's HTTP & WebSocket server is based on uWebSockets. Thanks to @uNetworkingAB for the great work!