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

Re: Issue with serf http pipelining over https

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 30 Aug 2016 20:15:13 +0200

On 29.08.2016 19:00, Robert Nix wrote:
> Issue description: https://code.google.com/archive/p/serf/issues/135
>
> This was fixed in serf r2420:
> <https://svn.apache.org/viewvc?view=revision&revision=1699951>
>
> I was able to fix this issue in TortoiseSVN by updating ext/serf with the head
> of serf's repo and updating ext/build/serf.build. It seems that serf has not
> had a release which includes this fix (1.3.8 does not).
>
> --- ext/build/serf.build (revision 27410)
> +++ ext/build/serf.build (working copy)
> @@ -43,10 +43,8 @@
> <arg value="/arch:IA32" if="${configuration == 'release' and platform == 'win32'}" />
> <arg value="/d2Zi+" if="${configuration == 'release'}" />
> <sources>
> - <include name="context.c" />
> - <include name="incoming.c" />
> - <include name="outgoing.c" />
> - <include name="ssltunnel.c" />
> + <include name="src\*.c" />
> + <include name="protocols\*.c" />
> <include name="buckets\*.c" />
> <include name="auth\*.c" />
> </sources>

Well, we don't use libs from their trunk, only from releases.
But serf 1.3.9 was released yesterday, so I've switched the TSVN trunk
to that.
You can try a nightly build and see if your issue is fixed:
https://nightlybuilds.tortoisesvn.net/latest/

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3184283
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-08-30 20:15:23 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

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