comparison src/http/modules/ngx_http_ssi_filter_module.c @ 434:49a0eb7ce20c NGINX_0_7_29

nginx 0.7.29 *) Bugfix: the "fastcgi_pass" and "proxy_pass" directives did not support variables if unix domain sockets were used. *) Bugfixes in subrequest processing; the bugs had appeared in 0.7.25. *) Bugfix: a "100 Continue" response was issued for HTTP/1.0 requests; Thanks to Maxim Dounin. *) Bugfix: in memory allocation in the ngx_http_gzip_filter_module on Cygwin.
author Igor Sysoev <http://sysoev.ru>
date Wed, 24 Dec 2008 00:00:00 +0300
parents fd759445d8a8
children a8424ffa495c
comparison
equal deleted inserted replaced
433:18f6c20ac73a 434:49a0eb7ce20c
1879 } 1879 }
1880 } 1880 }
1881 1881
1882 if (uri == NULL) { 1882 if (uri == NULL) {
1883 uri = file; 1883 uri = file;
1884 wait = (ngx_str_t *) -1;
1884 } 1885 }
1885 1886
1886 rc = ngx_http_ssi_evaluate_string(r, ctx, uri, NGX_HTTP_SSI_ADD_PREFIX); 1887 rc = ngx_http_ssi_evaluate_string(r, ctx, uri, NGX_HTTP_SSI_ADD_PREFIX);
1887 1888
1888 if (rc != NGX_OK) { 1889 if (rc != NGX_OK) {