]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove condition which is always false
authorRuediger Pluem <rpluem@apache.org>
Tue, 19 Aug 2025 12:12:41 +0000 (12:12 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 19 Aug 2025 12:12:41 +0000 (12:12 +0000)
commitb83273006040db93e412f3f81497ecb4051872d8
treeca9be9ec2a035750e395495f2ba8d0858cc15a2d
parent1ff81212d02a0b4cc76bc5238a618aa56f213a57
Remove condition which is always false

If sslconn->non_ssl_request is set to either NON_SSL_SEND_REQLINE or
NON_SSL_SEND_HDR_SEP we cannot close the connection here.
We handle NON_SSL_SEND_REQLINE and NON_SSL_SEND_HDR_SEP
later again in the input filter and in ssl_hook_ReadReq
to return an appropriate error message to the client.

PR: 69773

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