# HG changeset patch # User Sergey Kandaurov # Date 1654266291 -14400 # Node ID 4f238efded81e00c635c146df6ecb585fa0907ec # Parent 83ec649296126965883e0d65c92ecd99f5397dc7 Tests: corrected proxy_cache_error.t comment. diff --git a/proxy_cache_error.t b/proxy_cache_error.t --- a/proxy_cache_error.t +++ b/proxy_cache_error.t @@ -78,8 +78,8 @@ like(http_head('/big.html'), qr/200 OK/, # once proxy_read_timeout expires, nginx will call # ngx_http_finalize_upstream_request() with u->pipe->downstream_error set -# and rc = NGX_HTTP_GATEWAY_BAD_GATEWAY; after revision ad3f342f14ba046c this -# will result in ngx_http_finalize_request(NGX_HTTP_GATEWAY_BAD_GATEWAY), +# and rc = NGX_HTTP_BAD_GATEWAY; after revision ad3f342f14ba046c this +# will result in ngx_http_finalize_request(NGX_HTTP_BAD_GATEWAY), # leading to an attempt to return additional error response and # the "header already sent" alert; fixed in 93abb5a855d6