]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Allow mod_ssl to send back an error message if an HTTP request is sent
authorRyan Bloom <rbb@apache.org>
Mon, 27 Aug 2001 06:00:51 +0000 (06:00 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 27 Aug 2001 06:00:51 +0000 (06:00 +0000)
commitcc80370236f19ed9b7a00129ff604ae2d636094b
treeba64ab65d8df2b76421f9884d540be3db87f1b2e
parent01389e4048cb1d7e84e55c1dae2ce394c9148892
Allow mod_ssl to send back an error message if an HTTP request is sent
over an HTTPS connection.  This also adds an ap_remove_input_filter
function, which should be used to remove the SSL input filter in this
case, as soon as this code is stressed a bit more.

For right now, we are sending the same message that we used to send in
mod_ssl for Apache 1.3.

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