comparison src/http/modules/ngx_http_gzip_filter.c @ 38:2879cd3a40cb NGINX_0_1_19

nginx 0.1.19 *) Bugfix: now, if request contains the zero, then the 404 error is returned for the local requests. *) Bugfix: nginx could not be built on NetBSD 2.0. *) Bugfix: the timeout may occur while reading of the the client request body via SSL connections.
author Igor Sysoev <http://sysoev.ru>
date Wed, 16 Feb 2005 00:00:00 +0300
parents aab2ea7c0458
children 9f3205d496a0
comparison
equal deleted inserted replaced
37:3376a7dea5d6 38:2879cd3a40cb
214 214
215 NULL, /* create server configuration */ 215 NULL, /* create server configuration */
216 NULL, /* merge server configuration */ 216 NULL, /* merge server configuration */
217 217
218 ngx_http_gzip_create_conf, /* create location configuration */ 218 ngx_http_gzip_create_conf, /* create location configuration */
219 ngx_http_gzip_merge_conf, /* merge location configuration */ 219 ngx_http_gzip_merge_conf /* merge location configuration */
220 }; 220 };
221 221
222 222
223 ngx_module_t ngx_http_gzip_filter_module = { 223 ngx_module_t ngx_http_gzip_filter_module = {
224 NGX_MODULE, 224 NGX_MODULE,