Skip to content

Commit cf6e8b8

Browse files
author
Stephane Landelle
committed
Done in getContent anyway
1 parent c0fb4c7 commit cf6e8b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/ning/http/client/providers/netty/NettyResponseFuture.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,6 @@ public V get(long l, TimeUnit tu) throws InterruptedException, TimeoutException,
256256
}
257257
}
258258
isDone.set(true);
259-
260-
ExecutionException e = exEx.getAndSet(null);
261-
if (e != null) {
262-
throw e;
263-
}
264259
}
265260
return getContent();
266261
}

0 commit comments

Comments
 (0)