History log of /openbsd/regress/usr.sbin/relayd/args-https-put.pl (Results 1 – 6 of 6)
Revision Date Author Comments
# 4812e4f6 20-Jul-2014 bluhm <bluhm@openbsd.org>

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 relay

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.

show more ...


# 6a49f6d0 10-Jul-2014 bluhm <bluhm@openbsd.org>

Check for the exact number of done requests in relayd log.


# cab60319 10-Jul-2014 bluhm <bluhm@openbsd.org>

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
ea

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@

show more ...


# e49fb922 09-Jul-2014 reyk <reyk@openbsd.org>

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
bef

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@

show more ...


# e1c6cc06 02-Sep-2011 bluhm <bluhm@openbsd.org>

Add tests for relayd session timeout.


# 3a4f532c 02-Sep-2011 bluhm <bluhm@openbsd.org>

Add tests for relayd http put and https.