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

Re: MKCOL question

From: Paul Hammant <paul_at_hammant.org>
Date: Tue, 10 Oct 2017 11:30:04 -0400

Well pipelining into Svn's HTTP 1.1 interface does work as you suggested.

There is a library in Python called 'hyper' that does it -
http://hyper.readthedocs.io/en/latest/quickstart.html#streams though the
example get_response signature is not current (I raised a bug). Also, if I
change HTTPConnection to HTTP11Connection it works, but not if I change to
HTTP20Connection (ConnectionResetError) so I think I'll just leave my
implementation as it is - mechanically recursing through MKCOL operations
over a single reused connection.
Received on 2017-10-10 17:30:12 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.