summaryrefslogtreecommitdiffstats
path: root/fnet
diff options
context:
space:
mode:
Diffstat (limited to 'fnet')
-rw-r--r--fnet/src/vespa/fnet/connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnet/src/vespa/fnet/connection.cpp b/fnet/src/vespa/fnet/connection.cpp
index a5f0b427a23..11856759165 100644
--- a/fnet/src/vespa/fnet/connection.cpp
+++ b/fnet/src/vespa/fnet/connection.cpp
@@ -390,7 +390,7 @@ FNET_Connection::Write(bool direct)
++my_write_work;
}
- if ((res >= 0) && !broken) { // flush output pipeline
+ if (res >= 0) { // flush output pipeline
res = _socket->flush();
while (res > 0) {
res = _socket->flush();