comparison src/http/modules/ngx_http_ssl_filter.c @ 385:79050a10aacb

nginx-0.0.7-2004-07-09-19:37:31 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 09 Jul 2004 15:37:31 +0000
parents e7054aaedf68
children fa72605e7089
comparison
equal deleted inserted replaced
384:e7054aaedf68 385:79050a10aacb
197 197
198 198
199 void ngx_http_ssl_close_request(SSL *ssl, int mode) 199 void ngx_http_ssl_close_request(SSL *ssl, int mode)
200 { 200 {
201 SSL_set_shutdown(ssl, mode); 201 SSL_set_shutdown(ssl, mode);
202 SSL_smart_shutdown(ssl); 202 SSL_shutdown(ssl);
203 SSL_free(ssl); 203 SSL_free(ssl);
204 } 204 }
205 205
206 206
207 static void ngx_http_ssl_error(ngx_uint_t level, ngx_log_t *log, int err, 207 static void ngx_http_ssl_error(ngx_uint_t level, ngx_log_t *log, int err,