* server/mpm_unix.c (dummy_connection): Fix spello.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1327080 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joe Orton
2012-04-17 13:01:04 +00:00
parent 0e7c900904
commit ce7fd84e7e

View File

@ -581,7 +581,7 @@ static apr_status_t dummy_connection(ap_pod_t *pod)
* the server actually expects SSLv3/TLSv1. With
* SSLv23_server_method() OpenSSL's SSL_accept() fails
* ungracefully on receipt of this message, since it requires
* an 11-byte ClientHello message and this is to short. */
* an 11-byte ClientHello message and this is too short. */
static const unsigned char tls10_close_notify[7] = {
'\x15', /* TLSPlainText.type = Alert (21) */
'\x03', '\x01', /* TLSPlainText.version = {3, 1} */