summaryrefslogtreecommitdiffstats
path: root/regress/usr.sbin/relayd/args-http-persistent.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A HTTP connection may have multiple requests with content. Allowbluhm2014-07-201-1/+18
| | | | | | to specify an array of md5 hashes in the test arguments and check all of them in the client and server log files. So test that relayd does not modify the http body.
* Check for the exact number of done requests in relayd log.bluhm2014-07-101-1/+3
|
* Implement non-persistent connections in a cleaner way. Every testbluhm2014-07-101-2/+0
| | | | | | | | | | that offers multiple requets per HTTP connection is run twice. First all requests are run over a single TCP connection. Then for each requests a separate TCP connection is established. If a requests during a persistent connection fails, a reconnect is done as relayd cancels the whole connection. This allows stricter tests for filters. OK reyk@
* Update and extend the regress tests to use the new grammar of thereyk2014-07-091-2/+5
| | | | | | | | | | filtering rules. Some of the filenames are based on the old grammar, we keep them for now and just update the contents to have a before/after comparison of the features. Most of the work was done by Andre de Oliveira (andre@) OK bluhm@ benno@
* Add tests for relayd session timeout.bluhm2011-09-021-1/+1
|
* Add tests for relayd http put and https.bluhm2011-09-021-1/+1
|
* Add tests for relayd protocol http 1.0 and 1.1.bluhm2011-09-021-0/+25