# HG changeset patch # User Maxim Dounin # Date 1515699967 -10800 # Node ID 6f0e68970b94d83849f544dcf50334dcce754f24 # Parent a32ef40ab48ab9b1416e2846700f264e7e3a70d9 Tests: adjusted todo in proxy_cache_error.t. diff --git a/proxy_cache_error.t b/proxy_cache_error.t --- a/proxy_cache_error.t +++ b/proxy_cache_error.t @@ -81,8 +81,8 @@ like(http_head('/big.html'), qr/200 OK/, # and rc = NGX_HTTP_GATEWAY_BAD_GATEWAY; after revision ad3f342f14ba046c this # will result in ngx_http_finalize_request(NGX_HTTP_GATEWAY_BAD_GATEWAY), # leading to an attempt to return additional error response and -# the "header already sent" alert +# the "header already sent" alert; fixed in 93abb5a855d6 -$t->todo_alerts(); +$t->todo_alerts() unless $t->has_version('1.13.9'); ###############################################################################