comparison proxy_cache_error.t @ 1381:97c8280de681

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 08 Oct 2018 15:30:39 +0300
parents 6f0e68970b94
children 51656beb9996
comparison
equal deleted inserted replaced
1380:f50c7d90f5c9 1381:97c8280de681
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; fixed in 93abb5a855d6 84 # the "header already sent" alert; fixed in 93abb5a855d6
85 85
86 $t->todo_alerts() unless $t->has_version('1.13.9');
87
88 ############################################################################### 86 ###############################################################################