summaryrefslogtreecommitdiffstats
path: root/regress/usr.sbin/relayd/args-http-filter-cookie.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement non-persistent connections in a cleaner way. Every testbluhm2014-07-101-6/+3
| | | | | | | | | | 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-9/+18
| | | | | | | | | | 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 regression tests to relayd to cover a few key types/actions combinations.andre2014-05-021-0/+26
ok reyk