Thanks for the hint. sandbox, modified to run against an existing installation,
is now checked in.
//Stefan
> Am 10.07.2015 um 18:43 schrieb William A Rowe Jr :
>
> You can do an
>
> svn mkdir https://svn.apache.org/repos/asf/httpd/test/mod_h2
> svn cp -r1690247
> https://svn.apache.org/repo
You can do an
svn mkdir https://svn.apache.org/repos/asf/httpd/test/mod_h2
svn cp -r1690247 https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/
http2/sandbox https://svn.apache.org/repos/asf/httpd/test/mod_h2/trunk
to shift that all over to the test tree, perhaps integrate into
test/fram
> Am 10.07.2015 um 17:04 schrieb William A Rowe Jr :
>
>> On Fri, Jul 10, 2015 at 6:57 AM, Stefan Eissing
>> wrote:
>> FYI: just checked in a modules/http2 that takes part in the build
>> process, similar options as mod_ssl
>>
>> --enable-h2
>> --with-nghttp2=
>>
>> Tests were removed, so
On Fri, Jul 10, 2015 at 6:57 AM, Stefan Eissing <
stefan.eiss...@greenbytes.de> wrote:
> FYI: just checked in a modules/http2 that takes part in the build
> process, similar options as mod_ssl
>
> --enable-h2
> --with-nghttp2=
>
> Tests were removed, so all sandbox/* is gone. Instead, I transf
FYI: just checked in a modules/http2 that takes part in the build
process, similar options as mod_ssl
--enable-h2
--with-nghttp2=
Tests were removed, so all sandbox/* is gone. Instead, I transformed my
git mod_h2 into a repository with just the test setup and cases. If
interested, you may f