On Sat, Jun 29, 2013 at 3:05 PM, Ivan Zhakov <ivan_at_visualsvn.com> wrote:
> On Saturday, June 29, 2013, wrote:
>>
>> Author: gstein
>> Date: Sat Jun 29 02:00:07 2013
>> New Revision: 1497975
>>
>> URL: http://svn.apache.org/r1497975
>> Log:
>> Switch the config name and semantics to busted-proxy.
>>
>> For now, it retains the static configuration-based behavior. Future
>> work will perform runtime detection.
>>
>> * subversion/include/svn_config.h:
>> (SVN_CONFIG_OPTION_HTTP_CHUNKED_REQUESTS): renamed to ...
>> (SVN_CONFIG_OPTION_BUSTED_PROXY): ... this
>>
>> * subversion/libsvn_ra_serf/ra_serf.h:
>> (svn_ra_serf__session_t): change USING_PROXY to boolean. add
>> BUSTED_PROXY flag (loaded from config)
>>
>> * subversion/libsvn_ra_serf/serf.c:
>> (load_config): load the BUSTED_PROXY configuration data. if a proxy
>> is being used and the proxy may be busted, then disable chunked
>> requests
>> (svn_ra_serf__open): initialize USING_CHUNKED_REQUESTS
>>
>> * subversion/libsvn_subr/config_file.c:
>> (svn_config_ensure): rename flag and adjust description
>
> As I already said on the list forward (client side) proxies are not issue
Sure, I saw that but just hadn't fixed it yet.
Now done in r1498012.
>...
Cheers,
-g
Received on 2013-06-29 21:30:06 CEST