# HG changeset patch # User Igor Sysoev # Date 1196460408 0 # Node ID bc93d5ab3e27338417aca70dbac43f87c3bcb16b # Parent 8075179cae2142b32d11b052a794e263f3c66237 fix comment diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c --- a/src/http/ngx_http_special_response.c +++ b/src/http/ngx_http_special_response.c @@ -307,7 +307,7 @@ static ngx_str_t ngx_http_error_pages[] ngx_string(ngx_http_error_495_page), /* 495, https certificate error */ ngx_string(ngx_http_error_496_page), /* 496, https no certificate */ ngx_string(ngx_http_error_497_page), /* 497, http to https */ - ngx_string(ngx_http_error_404_page), /* 498, invalid host name */ + ngx_string(ngx_http_error_404_page), /* 498, canceled */ ngx_null_string, /* 499, client has closed connection */ ngx_string(ngx_http_error_500_page),