summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--support/ab.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/support/ab.c b/support/ab.c
index 55afda3b63..f9c6c4ffb3 100644
--- a/support/ab.c
+++ b/support/ab.c
@@ -268,7 +268,6 @@ typedef enum {
STATE_CONNECTING, /* TCP connect initiated, but we don't
* know if it worked yet
*/
- STATE_CONNECTED, /* we know TCP connect completed */
#ifdef USE_SSL
STATE_HANDSHAKE, /* in the handshake phase */
#endif
@@ -2405,13 +2404,6 @@ static void worker_test(struct worker *worker)
rtnev = pollfd->rtnevents;
-#ifdef USE_SSL
- if (c->state == STATE_CONNECTED && c->ssl && SSL_in_init(c->ssl)) {
- ssl_proceed_handshake(c);
- continue;
- }
-#endif
-
/*
* Notes: APR_POLLHUP is set after FIN is received on some
* systems, so treat that like APR_POLLIN so that we try to read