History log of /openbsd/regress/usr.sbin/httpd/tests/LICENSE (Results 1 – 3 of 3)
Revision Date Author Comments
# e7c2632a 22-Dec-2021 bluhm <bluhm@openbsd.org>

Replace deprecated IO::Socket::INET6 with IO::Socket::IP.


# fd0974f5 14-Jul-2017 bluhm <bluhm@openbsd.org>

Do not mix Perl read() with sysread(). Data could get stuck in the
buffered IO and test run-regress-args-get-1073741824.pl would fail
on slow hardware. Introduce a common function read_part() that

Do not mix Perl read() with sysread(). Data could get stuck in the
buffered IO and test run-regress-args-get-1073741824.pl would fail
on slow hardware. Introduce a common function read_part() that
uses Perl read(). Limit debug output to one line per 1% of data.
Remove unused function http_server(). Fix whitespace. Cleanup
Makefile.

show more ...


# 53d930ae 16-Jul-2015 reyk <reyk@openbsd.org>

Add httpd regression tests based on bluhm's regression suite for
relayd - "bluhm test". This is just the initial version, more tests
and changes will be done.

As discussed with bluhm@ florian@