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

Re: svn commit: r1495419 - in /subversion/trunk/subversion/libsvn_ra_serf: options.c ra_serf.h serf.c util.c

From: Greg Stein <gstein_at_gmail.com>
Date: Sat, 22 Jun 2013 19:43:25 -0400

On Fri, Jun 21, 2013 at 11:36 AM, Ivan Zhakov <ivan_at_visualsvn.com> wrote:
>...
> The fix seems to be pretty simple and could be safely backported (see
> patch). The only problem that probably we cannot backport addition of
> new configuration option due our backward compatibility policy. But
> may be I'm wrong.

The SVN_CONFIG_OPTION_HTTP_FORCE_HTTP10 symbol cannot be added.
Anything using and compiled against that could not be compiled against
1.8.0.

But: we don't have to add the public symbol. We can certainly read/use
the config option in a 1.8.1 release.

But as I said else-thread, I think we should only disable chunked
requests. Not force HTTP/1.0 completely. And call it busted-proxy :-)

Cheers,
-g
Received on 2013-06-23 01:43:56 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.