]> granicus.if.org Git - apache/commit
Get the HTTP-on-HTTPS hint to come through again. We're in AP_MODE_GETLINE
authorCliff Woolley <jwoolley@apache.org>
Fri, 5 Apr 2002 07:31:44 +0000 (07:31 +0000)
committerCliff Woolley <jwoolley@apache.org>
Fri, 5 Apr 2002 07:31:44 +0000 (07:31 +0000)
commitc1c583494ed5cdbd0540f4fd287ecb2e7cc30b85
tree5f220f5ecf7357d4a65398764c01057c4ac1f82e
parent43ed28845eacfe08d76a8a957b478789f194d4b8
Get the HTTP-on-HTTPS hint to come through again.  We're in AP_MODE_GETLINE
at this point, so the \r\n\r\n just confuses the http input filter.

One concern: this patch is only correct as long as we only ever call this
function while in AP_MODE_GETLINE.  Ideally we would account for the mode
and return the newlines if not in GETLINE mode, but at the moment it doesn't
seem to matter.

Reviewed by: Doug MacEachern

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