summaryrefslogtreecommitdiff
path: root/tests/http2-server.pl
Commit message (Collapse)AuthorAgeFilesLines
* tests: enable HTTP/2 tests to run with non-default port numbersDan Fandrich2017-02-271-1/+9
|
* runtests: make stripfile work on stdout as wellDaniel Stenberg2016-06-061-1/+1
| | | | ... and have test 1700 use that to strip out the nghttpx server: headers
* http2-tests: test1700 is the first real HTTP/2 testDaniel Stenberg2016-06-061-0/+75
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