CVSROOT:        /cvs
Module name:    src
Changes by:     r...@cvs.openbsd.org    2015/07/18 16:19:50

Modified files:
        usr.sbin/httpd : httpd.h server.c 

Log message:
libtls has been changed to set SSL_MODE_ENABLE_PARTIAL_WRITE and
SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER by default.  This gives
tls_write() a similar short write semantics as write(2) and a
workaround in httpd to cope with the previous differences can be
removed.  Specifically, httpd can stop copying data into a local
buffer that was used to keep it around for repeated writes.

OK bluhm@

Reply via email to