| *************** |
| *** 294,302 **** |
| ngx_int_t |
| ngx_http_special_response_handler(ngx_http_request_t *r, ngx_int_t error) |
| { |
| ngx_int_t rc; |
| ngx_buf_t *b; |
| - ngx_str_t *uri; |
| ngx_uint_t i, err, msie_padding; |
| ngx_chain_t *out, *cl; |
| ngx_http_err_page_t *err_page; |
| --- 302,312 ---- |
| ngx_int_t |
| ngx_http_special_response_handler(ngx_http_request_t *r, ngx_int_t error) |
| { |
| + u_char *p; |
| + size_t msie_refresh; |
| ngx_int_t rc; |
| ngx_buf_t *b; |
| + ngx_str_t *uri, *location; |
| ngx_uint_t i, err, msie_padding; |
| ngx_chain_t *out, *cl; |
| ngx_http_err_page_t *err_page; |