[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1497975 - in /subversion/trunk/subversion: include/svn_config.h libsvn_ra_serf/ra_serf.h libsvn_ra_serf/serf.c libsvn_subr/config_file.c

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Sat, 29 Jun 2013 23:05:19 +0400

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
anyway: most forward proxies does not support HTTP methods other than
GET/POST. https proxies are not issue since it is only tunnel. And actually
nobody complained about forward proxies.

Problem is reverse proxy, while you patch does not help for case reported
many times.

----
Ivan Zhakov
-- 
Ivan Zhakov
CTO | VisualSVN | http://www.visualsvn.com
Received on 2013-06-29 21:05:52 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.