History log of /openbsd-current/regress/usr.sbin/httpd/tests/LICENSE
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.3 22-Dec-2021 bluhm

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


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.2 14-Jul-2017 bluhm

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.


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.1 16-Jul-2015 reyk

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@


Revision tags: OPENBSD_6_2_BASE
# 1.2 14-Jul-2017 bluhm

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.


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.1 16-Jul-2015 reyk

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@