Files
bun.sh/packages/bun-uws
Ciro Spaciari 85271f9dd9 fix(node:http) allow CONNECT in node http/https servers (#22756)
### What does this PR do?
Fixes https://github.com/oven-sh/bun/issues/22755
Fixes https://github.com/oven-sh/bun/issues/19790
Fixes https://github.com/oven-sh/bun/issues/16372
### How did you verify your code works?

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-23 16:46:59 -07:00
..
2024-09-24 20:39:29 -07:00

Bun's fork of uWebSockets

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