Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement non-persistent connections in a cleaner way. Every test | 2014-07-10 | 1 | -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 the | 2014-07-09 | 1 | -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. | 2014-05-02 | 1 | -0/+26 | |
ok reyk |