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

Re: svn commit: r1715832 - /subversion/trunk/win-tests.py

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Mon, 23 Nov 2015 17:31:17 +0300

On 23 November 2015 at 17:29, <rhuijben_at_apache.org> wrote:
> Author: rhuijben
> Date: Mon Nov 23 14:29:59 2015
> New Revision: 1715832
>
> URL: http://svn.apache.org/viewvc?rev=1715832&view=rev
> Log:
> * win-tests.py
> (Svnserve.start): Pass the SVN_DBG_STACKTRACES_TO_STDERR environment
> variable to svnserve.exe to get more information on crashes on testruns.
>
> Modified:
> subversion/trunk/win-tests.py
>
> Modified: subversion/trunk/win-tests.py
> URL: http://svn.apache.org/viewvc/subversion/trunk/win-tests.py?rev=1715832&r1=1715831&r2=1715832&view=diff
> ==============================================================================
> --- subversion/trunk/win-tests.py (original)
> +++ subversion/trunk/win-tests.py Mon Nov 23 14:29:59 2015
> @@ -447,7 +447,9 @@ class Svnserve:
[...]

> if use_ssl and use_http2:
> - fp.write('Protocols h2 http/1.1\n')
> + fp.write('Protocols h2\n')
> elif use_http2:
> - fp.write('Protocols h2c http/1.1\n')
> + fp.write('Protocols h2c\n')
> fp.write('H2Direct on\n')
^^^ Looks like unintended change.
>
> # Don't handle .htaccess, symlinks, etc.

-- 
Ivan Zhakov
Received on 2015-11-23 15:31:49 CET

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.