mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 06:03:31 -06:00
style fix
This commit is contained in:
parent
07ee0039b2
commit
06af5df77f
@ -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…
Reference in New Issue
Block a user