Skip to content

Commit

Permalink
Avoid clearing buffer when ProducerError occurs in Passthru pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
arunans23 committed Feb 2, 2024
1 parent 8567e67 commit 0698857
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,6 @@ public void write(final byte[] b, int off, int len) throws IOException {
return;
} else if (isProducerError()) {
writeCondition.signalAll();
buffer.clear();
return;
}
} else if (consumerIoControl instanceof NHttpClientConnection) {
Expand Down

0 comments on commit 0698857

Please sign in to comment.