Merge branch 'mh/maint-http-proxy-fix'

* mh/maint-http-proxy-fix:
  Set proxy override with http_init()
This commit is contained in:
Junio C Hamano
2008-03-02 15:11:26 -08:00
7 changed files with 22 additions and 12 deletions

View File

@ -2237,7 +2237,7 @@ int main(int argc, char **argv)
memset(remote_dir_exists, -1, 256);
http_init();
http_init(NULL);
no_pragma_header = curl_slist_append(no_pragma_header, "Pragma:");