mirror of
https://github.com/textmate/textmate.git
synced 2026-02-15 00:45:02 -05:00
Make proxy setup URL specific
We now bypass the global proxy if trying to connect to localhost (as some of our tests do) and we also hand the actual target URL to the potential proxy auto configuration (PAC) script.
This commit is contained in:
@@ -15,6 +15,6 @@ struct proxy_settings_t
|
||||
std::string password;
|
||||
};
|
||||
|
||||
PUBLIC proxy_settings_t get_proxy_settings ();
|
||||
PUBLIC proxy_settings_t get_proxy_settings (std::string const& url);
|
||||
|
||||
#endif /* end of include guard: PROXY_H_S8ZWZPU8 */
|
||||
|
||||
Reference in New Issue
Block a user