bruno
bruno copied to clipboard
Crash when proxy settings enabled but proxy is not reachable
I have checked the following:
- [x] I have searched existing issues and found nothing related to my issue.
This bug is:
- [ ] making Bruno unusable for me
- [ ] slowing me down but I'm able to continue working
- [ ] annoying
- [x] this feature was working in a previous version but is broken in the current release.
Bruno version
2.2.0
Operating System
macOS 15.4.1
Describe the bug
I need to use a local proxy listening in on localhost:9292 to access a remote server. If the Collection has Proxy Settings enabled:
- Hostname: localhost
- Port: 9292
... and the proxy is not running, when calling the endpoint via
localhost:9292, Bruno crashes and needs a Force Quit.
If I set Proxy Settings to default, and try connecting, Bruno does not crash and I get the response: connect ECONNREFUSED 127.0.0.1:9292, which is what I expect.
.bru file to reproduce the bug
No response