mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-04 04:31:44 +00:00
call ERR_clear_error after each https session close
This commit is contained in:
@@ -226,6 +226,8 @@ void hr_session_ssl_close(struct corerouter_session *cs) {
|
||||
}
|
||||
#endif
|
||||
|
||||
// clear the errors (otherwise they could be propagated)
|
||||
ERR_clear_error();
|
||||
SSL_free(hr->ssl);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user