|
@@ -17731,6 +17731,11 @@ worker_thread_run(struct worker_thread_args *thread_args)
|
|
conn->request_info.client_cert = 0;
|
|
conn->request_info.client_cert = 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ else
|
|
|
|
+ {
|
|
|
|
+ /* make sure the connection is cleaned up on SSL failure */
|
|
|
|
+ close_connection(conn);
|
|
|
|
+ }
|
|
#endif
|
|
#endif
|
|
} else {
|
|
} else {
|
|
/* process HTTP connection */
|
|
/* process HTTP connection */
|