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

Issue with serf http pipelining over https

From: Robert Nix <mischanix_at_gmail.com>
Date: Mon, 29 Aug 2016 10:00:22 -0700 (PDT)

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>

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3184166

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-08-29 19:14:59 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.