changeset 1772:4f238efded81

Tests: corrected proxy_cache_error.t comment.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 03 Jun 2022 18:24:51 +0400
parents 83ec64929612
children 3f9b25f36e19
files proxy_cache_error.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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