summaryrefslogtreecommitdiffstats
path: root/regress/usr.sbin/relayd/args-http-slow-consumer.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not mix Perl read() with sysread(). Data could get stuck in thebluhm2017-07-141-3/+3
| | | | | | | 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.
* Set relayd socket buffer size to reasonable value to make test passbluhm2016-08-251-1/+1
| | | | in different environments.
* Make relayd test slow-consumer more reliable. Set SO_SNDTIMEObluhm2016-08-251-6/+12
| | | | | | 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.
* Fix white spaces.bluhm2015-07-201-19/+19
|
* add relayd regression test args-http-slow-consumer.plbenno2015-07-181-0/+42
ok reyk@, bluhm@