Http server node:http
does not call connect
event returning 400
#16372
Labels
node:http
does not call connect
event returning 400
#16372
What version of Bun is running?
1.1.43+76800b049
What platform is your computer?
Darwin 24.0.0 arm64 arm
What steps can reproduce the bug?
Use following code to create http proxy:
And connect to it with curl
curl -v --proxy 'http://127.0.0.1:5050' 'https://github.com'
What is the expected behavior?
Node:
curl:
What do you see instead?
Bun:
curl:
Additional information
This causes the following issue: #9786
The text was updated successfully, but these errors were encountered: