Overview
Artifact ID: | c48e0b2dbb31fd13682ed5c81966b1af37ffedf8 |
---|---|
Ticket: | 8a41d37834c4614089369aa1c63fbeb24e0ad74b
'configure pull' command accept --proxy option, but ignore it. |
User & Date: | anonymous 2009-10-09 05:09:30 |
Changes
- comment changed to:
need 'url_enable_proxy(0)' after uri_parse() called.<br> configure.c / configuration_cmd() <blockquote><verbatim>--- ../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); </verbatim></blockquote>
- foundin changed to: "ca08c1d1b3"
- private_contact changed to: "6b7d8d19b3584e0b0b59ee79d0f778ecd9f60111"
- severity changed to: "Cosmetic"
- status changed to: "Open"
- title changed to:
'configure pull' command accept --proxy option, but ignore it.
- type changed to: "Incident"