You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The http request should be proxied through the proxy socket, and return the remote response.
What do you see instead?
Socket connected
error: Unable to connect. Is the computer able to access the url?
path: "http://lumtest.com/echo.json",
errno: 0,
code: "ConnectionRefused",
Additional information
Manually proxying requests via net.connect works without issue in node.js
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.43+76800b049
What platform is your computer?
Darwin 24.1.0 arm64 arm
What steps can reproduce the bug?
What is the expected behavior?
The http request should be proxied through the proxy socket, and return the remote response.
What do you see instead?
Additional information
Manually proxying requests via net.connect works without issue in node.js
The text was updated successfully, but these errors were encountered: