mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
Fixed a harmless error in spelling of "Connection: close" when computing
the response header length.
This commit is contained in:
parent
42444811b9
commit
8c861f06c8
@ -395,7 +395,7 @@ ngx_http_header_filter(ngx_http_request_t *r)
|
||||
}
|
||||
|
||||
} else {
|
||||
len += sizeof("Connection: closed" CRLF) - 1;
|
||||
len += sizeof("Connection: close" CRLF) - 1;
|
||||
}
|
||||
|
||||
#if (NGX_HTTP_GZIP)
|
||||
|
Loading…
Reference in New Issue
Block a user