r1617 merge:

set status in correct place
This commit is contained in:
Igor Sysoev 2008-01-08 16:52:00 +00:00
parent bf139b1f7f
commit 966315a1e9
1 changed files with 2 additions and 1 deletions

View File

@ -860,7 +860,8 @@ ngx_http_proxy_process_status_line(ngx_http_request_t *r)
#endif
r->http_version = NGX_HTTP_VERSION_9;
p->status = NGX_HTTP_OK;
u->headers_in.status_n = NGX_HTTP_OK;
u->state->status = NGX_HTTP_OK;
return NGX_OK;
}