| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
sockopt correctly with Perl pack on i386. Make it possible to grep
in each others client and server logfile. Client does not simply
sleep but waits for short write at server.
|
|
|
|
| |
declared in conditional statement.
|
|
|
|
|
| |
This includes coding style, better error messages and variable
naming.
|
|
|
|
|
| |
executed tests. This allows to micro benchmark relayd.
based on a diff from andre@; OK reyk@
|
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
|
| |
for client/server processes checks through $self->{down} state control
variable, while here, do not instantiate a client when noclient is defined,
reflecting server object instantiation behaviour.
ok bluhm
|
|
|
|
|
|
|
|
|
| |
framework. These flags can be set from test file which eases performing
dry-runs of relayd long enough to do relayd.conf parsing, thus enabling the
grammar/parser-only tests. While here, fix and improves args-http-mark.pl to a
correct use-case.
ok reyk
|
| |
|
| |
|
|
|
|
|
| |
host from client and server. Real TCP connections not running on
localhost provide a different timing uncovering more bugs.
|
| |
|
|
is useful to ensure that socket splicing is working correctly.
Server, relayd, client with different config are started for each
subtest. Data must pass unmodified.
|