]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
PR:
authorDoug MacEachern <dougm@apache.org>
Thu, 14 Mar 2002 07:04:10 +0000 (07:04 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 14 Mar 2002 07:04:10 +0000 (07:04 +0000)
commit88951dbb45652e5bf40da735a3998b58d488c679
treeddf1e517c1cd9278405c2a4316e19dab73cb0714
parenta613f083b65264733329bc967e0d9df1d1666264
PR:
Obtained from:
Submitted by:
Reviewed by:
fix bug in ssl_io_input_getline():
in most cases we get all the headers on the first SSL_read.
however, in certain cases SSL_read will only get a partial
chunk of the headers, so we now try to read until LF is seen.

bug seen with netscape client (running both on linux and win32) and
server running on win32.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93931 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_io.c