History log of /openbsd/regress/usr.sbin/httpd/tests/funcs.pl (Results 1 – 10 of 10)
Revision Date Author Comments
# 508def2a 14-Jun-2024 bluhm <bluhm@openbsd.org>

Replace deprecated given/when and smartmatch operator in Perl scripts.


# 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 ...


# bcd8773d 01-Feb-2017 reyk <reyk@openbsd.org>

Add Range and multipart tests.


# f8f8530c 03-May-2016 bluhm <bluhm@openbsd.org>

Fix some Perl statements perlcritic was bitching about: Variable
declared in conditional statement.


# 80c4d278 18-Jul-2015 benno <benno@openbsd.org>

whitespace, no functional change


# 0a194ca5 16-Jul-2015 reyk <reyk@openbsd.org>

Print the received percentage in client.log instead of dots.
This makes it nicer when waiting for large test files.


# 758b3381 16-Jul-2015 reyk <reyk@openbsd.org>

Use sysread instead of <STDIN> for the stream.


# 6c25cdcd 16-Jul-2015 reyk <reyk@openbsd.org>

Remove my copyright here


# 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@