summaryrefslogtreecommitdiff
path: root/tests/http2-server.pl
Commit message (Collapse)AuthorAgeFilesLines
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-1/+1
| | | | | | | | | Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
* 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