Fossil SCM
'configure pull' command accept --proxy option, but ignore it.
Closed
8a41d37834c4614…
· opened 16 years, 6 months ago
- Type
- Incident
- Priority
- Immediate
- Severity
- Cosmetic
- Resolution
- Fixed
- Subsystem
- —
- Created
- Oct. 9, 2009 5:09 a.m.
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); ```
Comments (1)
stephan
3 years, 2 months ago
This appears to have been implemented sometime in the 13+ years since this ticket was opened.