1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

scoreboard addition of protocol, new ap_udpte_child_status methods

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Eissing
2016-01-21 16:36:33 +00:00
parent 0b9bd6c0ba
commit 909aa9a87b
4 changed files with 92 additions and 37 deletions

View File

@@ -31,6 +31,7 @@
#include "ssl_private.h"
#include "mod_ssl.h"
#include "util_md5.h"
#include "scoreboard.h"
static void ssl_configure_env(request_rec *r, SSLConnRec *sslconn);
#ifdef HAVE_TLSEXT
@@ -2218,6 +2219,7 @@ static int ssl_find_vhost(void *servername, conn_rec *c, server_rec *s)
sslcon->server = s;
sslcon->cipher_suite = sc->server->auth.cipher_suite;
ap_update_child_status_from_server(c->sbh, SERVER_BUSY_READ, c, s);
/*
* There is one special filter callback, which is set
* very early depending on the base_server's log level.