comparison src/mail/ngx_mail_core_module.c @ 666:bf8b55a5ac89 NGINX_1_1_17

nginx 1.1.17 *) Security: content of previously freed memory might be sent to a client if backend returned specially crafted response. Thanks to Matthew Daley. *) Bugfix: in the embedded perl module if used from SSI. Thanks to Matthew Daley. *) Bugfix: in the ngx_http_uwsgi_module.
author Igor Sysoev <http://sysoev.ru>
date Thu, 15 Mar 2012 00:00:00 +0400
parents e5fa0a4a7d27
children 5cb5db9975ba
comparison
equal deleted inserted replaced
665:a8821023989f 666:bf8b55a5ac89
24 static char *ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, 24 static char *ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd,
25 void *conf); 25 void *conf);
26 26
27 27
28 static ngx_conf_deprecated_t ngx_conf_deprecated_so_keepalive = { 28 static ngx_conf_deprecated_t ngx_conf_deprecated_so_keepalive = {
29 ngx_conf_deprecated, "so_keepalive", 29 ngx_conf_deprecated, "so_keepalive",
30 "so_keepalive\" parameter of the \"listen" 30 "so_keepalive\" parameter of the \"listen"
31 }; 31 };
32 32
33 33
34 static ngx_command_t ngx_mail_core_commands[] = { 34 static ngx_command_t ngx_mail_core_commands[] = {