History log of /openbsd-current/regress/usr.sbin/relayd/args-https-filter-persistent.pl
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.5 14-Dec-2014 bluhm

By now relayd expects tls in its config file and writes tls into
its log file. Change regression tests form ssl to tls.


Revision tags: OPENBSD_5_6_BASE
# 1.4 20-Jul-2014 bluhm

A HTTP connection may have multiple requests with content. Allow
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.


# 1.3 10-Jul-2014 bluhm

Implement non-persistent connections in a cleaner way. Every test
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@


# 1.2 09-Jul-2014 reyk

Update and extend the regress tests to use the new grammar of the
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@


Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.1 05-Jun-2013 bluhm

Add relayd tests for the HTTP keepalive filter bugfix.