mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
style fix
This commit is contained in:
parent
08b597592f
commit
64d024605a
@ -858,7 +858,7 @@ ngx_http_cache_send(ngx_http_request_t *r)
|
|||||||
c = r->cache;
|
c = r->cache;
|
||||||
|
|
||||||
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||||
"http file cache send: %s", c->file.name.data);
|
"http file cache send: %s", c->file.name.data);
|
||||||
|
|
||||||
/* we need to allocate all before the header would be sent */
|
/* we need to allocate all before the header would be sent */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user