Skip to content

Commit

Permalink
Merge pull request #2138 from arunans23/master
Browse files Browse the repository at this point in the history
Avoid clearing buffer when ProducerError occurs in Passthru pipe
  • Loading branch information
isudana authored Feb 2, 2024
2 parents 2e61cb5 + 0698857 commit 3dcb30c
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 3dcb30c

Please sign in to comment.