View Ticket
Not logged in
Ticket UUID: 8a41d37834c4614089369aa1c63fbeb24e0ad74b
Title: 'configure pull' command accept --proxy option, but ignore it.
Status: Open Type: Incident
Severity: Cosmetic Priority:
Subsystem: Resolution:
Last Modified: 2009-10-09 05:09:30
Version Found In: ca08c1d1b3
Description & Comments:
need 'url_enable_proxy(0)' after uri_parse() called.
configure.c / configuration_cmd()
--- ../Fossil-ca08c1d1b3/src/configure.c 2009-09-24 01:54:53.000000000 +0900
+++ src/configure.c 2009-10-08 08:49:20.000000000 +0900
@@ -457,6 +457,7 @@
       }
     }
     url_parse(zServer);
+    url_enable_proxy(0);
     user_select();
     if( strncmp(zMethod, "push", n)==0 ){
       client_sync(0,0,0,0,mask);