mongodb-js / devtools-shared

Shared dependencies of Compass, the MongoDB extension for VSCode and mongosh
Other
14 stars 5 forks source link

fix(devtools-proxy-support): work around more issues with proxy-agent #451

Closed addaleax closed 2 months ago

addaleax commented 2 months ago

Work around more issues identified while adding testing for proxy support to mongosh.

Admittedly, at this point the original choice to use proxy-agent might not seem like the wisest anymore :) We’ll see how receptive their maintainers are to our patches – so far, none of the issues discovered should be fundamentally in conflict with the packages’ design philosophy.

Description

Open Questions

Checklist