Skip to content

Commit 8eb212b

Browse files
author
Stephane Landelle
committed
Note to remove hack
1 parent b9f1ca7 commit 8eb212b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

providers/netty4/src/main/java/org/asynchttpclient/providers/netty4/ProgressListener.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public ProgressListener(AsyncHttpClientConfig config, boolean notifyHeaders, Asy
2828

2929
@Override
3030
public void operationComplete(ChannelProgressiveFuture cf) {
31+
// FIXME remove this with next 4.0.9: https://github.com/netty/netty/issues/1809
3132
// The write operation failed. If the channel was cached, it means it got asynchronously closed.
3233
// Let's retry a second time.
3334
Throwable cause = cf.cause();

0 commit comments

Comments
 (0)