CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2017/07/14 07:31:44

Modified files:
        regress/usr.sbin/httpd/tests: LICENSE Makefile 
                                      args-get-1048576.pl 
                                      args-get-1073741824.pl 
                                      args-get-512.pl 
                                      args-get-range-512.pl 
                                      args-get-range-multipart.pl 
                                      args-get-slash.pl 
                                      args-tls-get-range-512.pl 
                                      args-tls-get-range-multipart.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-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.

Reply via email to