comparison proxy_cache_error.t @ 1270:6f0e68970b94

Tests: adjusted todo in proxy_cache_error.t.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Jan 2018 22:46:07 +0300
parents a32ef40ab48a
children 97c8280de681
comparison
equal deleted inserted replaced
1269:a32ef40ab48a 1270:6f0e68970b94
79 # once proxy_read_timeout expires, nginx will call 79 # once proxy_read_timeout expires, nginx will call
80 # ngx_http_finalize_upstream_request() with u->pipe->downstream_error set 80 # ngx_http_finalize_upstream_request() with u->pipe->downstream_error set
81 # and rc = NGX_HTTP_GATEWAY_BAD_GATEWAY; after revision ad3f342f14ba046c this 81 # and rc = NGX_HTTP_GATEWAY_BAD_GATEWAY; after revision ad3f342f14ba046c this
82 # will result in ngx_http_finalize_request(NGX_HTTP_GATEWAY_BAD_GATEWAY), 82 # will result in ngx_http_finalize_request(NGX_HTTP_GATEWAY_BAD_GATEWAY),
83 # leading to an attempt to return additional error response and 83 # leading to an attempt to return additional error response and
84 # the "header already sent" alert 84 # the "header already sent" alert; fixed in 93abb5a855d6
85 85
86 $t->todo_alerts(); 86 $t->todo_alerts() unless $t->has_version('1.13.9');
87 87
88 ############################################################################### 88 ###############################################################################