Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1726953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c840c918b
commit
5868ceed56
|
@ -173,9 +173,8 @@ public class MinimalClientExec implements ClientExecChain {
|
||||||
if (execAware.isAborted()) {
|
if (execAware.isAborted()) {
|
||||||
releaseTrigger.close();
|
releaseTrigger.close();
|
||||||
throw new RequestAbortedException("Request aborted");
|
throw new RequestAbortedException("Request aborted");
|
||||||
} else {
|
|
||||||
execAware.setCancellable(releaseTrigger);
|
|
||||||
}
|
}
|
||||||
|
execAware.setCancellable(releaseTrigger);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!managedConn.isOpen()) {
|
if (!managedConn.isOpen()) {
|
||||||
|
|
Loading…
Reference in New Issue