mirror of
https://github.com/nginx/nginx.git
synced 2026-08-28 12:45:21 +00:00
style fix
This commit is contained in:
parent
07ee0039b2
commit
06af5df77f
1 changed files with 3 additions and 3 deletions
|
|
@ -425,9 +425,9 @@ ngx_http_memcached_filter(void *data, ssize_t bytes)
|
|||
if (u->length == ctx->rest) {
|
||||
|
||||
if (ngx_strncmp(b->last,
|
||||
ngx_http_memcached_end + NGX_HTTP_MEMCACHED_END
|
||||
- ctx->rest,
|
||||
bytes) != 0)
|
||||
ngx_http_memcached_end + NGX_HTTP_MEMCACHED_END - ctx->rest,
|
||||
bytes)
|
||||
!= 0)
|
||||
{
|
||||
ngx_log_error(NGX_LOG_ERR, ctx->request->connection->log, 0,
|
||||
"memcached sent invalid trailer");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue