mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08: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 (u->length == ctx->rest) {
|
||||||
|
|
||||||
if (ngx_strncmp(b->last,
|
if (ngx_strncmp(b->last,
|
||||||
ngx_http_memcached_end + NGX_HTTP_MEMCACHED_END
|
ngx_http_memcached_end + NGX_HTTP_MEMCACHED_END - ctx->rest,
|
||||||
- ctx->rest,
|
bytes)
|
||||||
bytes) != 0)
|
!= 0)
|
||||||
{
|
{
|
||||||
ngx_log_error(NGX_LOG_ERR, ctx->request->connection->log, 0,
|
ngx_log_error(NGX_LOG_ERR, ctx->request->connection->log, 0,
|
||||||
"memcached sent invalid trailer");
|
"memcached sent invalid trailer");
|
||||||
|
Loading…
Reference in New Issue
Block a user