Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright: fix out-of-date copyright ranges and missing headers | Daniel Stenberg | 2020-03-24 | 1 | -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 numbers | Dan Fandrich | 2017-02-27 | 1 | -1/+9 |
| | |||||
* | runtests: make stripfile work on stdout as well | Daniel Stenberg | 2016-06-06 | 1 | -1/+1 |
| | | | | ... and have test 1700 use that to strip out the nghttpx server: headers | ||||
* | http2-tests: test1700 is the first real HTTP/2 test | Daniel Stenberg | 2016-06-06 | 1 | -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 |