mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-05 13:11:33 +00:00
added the sslrouter and various corerouters micro-optimizations
This commit is contained in:
@@ -200,7 +200,6 @@ int hr_https_add_vars(struct http_session *hr, struct uwsgi_buffer *out) {
|
||||
void hr_session_ssl_close(struct corerouter_session *cs) {
|
||||
hr_session_close(cs);
|
||||
struct http_session *hr = (struct http_session *) cs;
|
||||
SSL_shutdown(hr->ssl);
|
||||
if (hr->ssl_client_dn) {
|
||||
OPENSSL_free(hr->ssl_client_dn);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user