Open mpodwysocki opened 1 year ago
Ah yeah I know what's going on here.
Like I stated in #2273, we really need to port Node's tests to catch little things like this so you don't have to 😜
For now I'll get this and the headers issue fixed so you can continue in your quest
can we disable native bun fetch and use isomorphic-fetch until this if fixed?
Bump, would love to have a fix for this temporary or not. Currently spinning up a whole separate node api just to be able to make https agent requests.
What version of Bun is running?
0.5.8
What platform is your computer?
Darwin 22.3.0 arm64 arm
What steps can reproduce the bug?
When creating a request to a backend service, I get a ConnectionRefused error with a default node Agent:
What is the expected behavior?
I should get the results such as the following:
What do you see instead?
I get that there was an error where the connection was refused:
Additional information
Full snippet can be found here with azure-sdk-bun. Please contact for more details for any connection strings should you not be able to reproduce with a more minimal repro.