<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test1700, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>tests: fix the HTTP/2 tests</title>
<updated>2016-06-19T21:59:52+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-06-19T21:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=5f2e3b886759e0822ff31c36ef10ca8df59fcf59'/>
<id>5f2e3b886759e0822ff31c36ef10ca8df59fcf59</id>
<content type='text'>
The HTTP/2 tests brought with commit bf05606ef1f were using the internal
name 'http2' for the HTTP/2 server, while in fact that name was already
used for the second instance of the HTTP server. This made tests using
the second instance (like test 2050) fail after a HTTP/2 test had run.

The server is now known as HTTP/2 internally and within the &lt;server&gt;
section in test cases. 1700, 1701 and 1702 were updated accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The HTTP/2 tests brought with commit bf05606ef1f were using the internal
name 'http2' for the HTTP/2 server, while in fact that name was already
used for the second instance of the HTTP server. This made tests using
the second instance (like test 2050) fail after a HTTP/2 test had run.

The server is now known as HTTP/2 internally and within the &lt;server&gt;
section in test cases. 1700, 1701 and 1702 were updated accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>runtests: make stripfile work on stdout as well</title>
<updated>2016-06-06T21:51:49+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-06-03T21:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=d3b5c153af6998e2fd64bfc2b3033b2b5526a8cf'/>
<id>d3b5c153af6998e2fd64bfc2b3033b2b5526a8cf</id>
<content type='text'>
... and have test 1700 use that to strip out the nghttpx server: headers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and have test 1700 use that to strip out the nghttpx server: headers
</pre>
</div>
</content>
</entry>
<entry>
<title>http2-tests: test1700 is the first real HTTP/2 test</title>
<updated>2016-06-06T21:51:49+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-06-03T21:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=bf05606ef1f7a982c821396c3ef9fddeb4a1b011'/>
<id>bf05606ef1f7a982c821396c3ef9fddeb4a1b011</id>
<content type='text'>
It requires that 'nghttpx' is in the PATH, and it will run the tests
using nghttpx as a front-end proxy in front of the standard HTTP/1 test
server. This uses HTTP/2 over plain TCP.

If you like me have nghttpx installed in a custom path, you can run test 1700
like this:

$ PATH=$PATH:$HOME/build-nghttp2/bin/ ./runtests.pl 1700
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It requires that 'nghttpx' is in the PATH, and it will run the tests
using nghttpx as a front-end proxy in front of the standard HTTP/1 test
server. This uses HTTP/2 over plain TCP.

If you like me have nghttpx installed in a custom path, you can run test 1700
like this:

$ PATH=$PATH:$HOME/build-nghttp2/bin/ ./runtests.pl 1700
</pre>
</div>
</content>
</entry>
</feed>
