mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
We now use CFNetworkCopyProxiesForURL() to get the list of potential proxies, hopefully this will perform the proper “proxy auto discovery” (issue #973) though we still need to handle PAC ourself. Presently we only use the first proxy found, ideally we would try them all (but this will require some API changes).