clear fastcgi ctx for internal redirection via named location

This commit is contained in:
Igor Sysoev 2008-12-10 16:16:10 +00:00
parent 524f54f56d
commit 1e2d6aa0e8

View File

@ -419,6 +419,8 @@ ngx_http_fastcgi_handler(ngx_http_request_t *r)
return NGX_HTTP_INTERNAL_SERVER_ERROR;
}
ngx_http_set_ctx(r, NULL, ngx_http_fastcgi_module);
u = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_t));
if (u == NULL) {
return NGX_HTTP_INTERNAL_SERVER_ERROR;