CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/14 08:41:03
Modified files:
regress/usr.sbin/relayd: LICENSE args-http-filter-null-host.pl
args-http-host3.pl
args-http-slow-consumer.pl funcs.pl
Log message:
Do not mix Perl read() with sysread(). Data could get stuck in the
buffered IO and test run-regress-args-http-chunked.pl would fail
on slow hardware. Limit debug output to one line per 1% of data.
Improve function write_syswrite(). Sync with httpd regress. Fix
whitespace.
