From e91dca0fc97388d7d7b567d54c7a9e4702a5f65f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 6 Jun 2013 17:36:26 +0100 Subject: [PATCH] Another buffers fix. --- src/buffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index 5912f7040..3d40902f1 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -406,7 +406,6 @@ read_buffers (gint fd, rspamd_io_dispatcher_t * d, gboolean skip_read) return; } } - return; } else if (r == -1 && errno == EAGAIN) { debug_ip("partially read data, retry"); -- 2.39.5