Changed comments
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954257 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3be7e6ab91
commit
5f8e3d49de
|
@ -72,7 +72,7 @@ public class ClientConnectionRelease {
|
|||
} catch (RuntimeException ex) {
|
||||
// In case of an unexpected exception you may want to abort
|
||||
// the HTTP request in order to shut down the underlying
|
||||
// connection and release it back to the connection manager.
|
||||
// connection immediately.
|
||||
httpget.abort();
|
||||
throw ex;
|
||||
} finally {
|
||||
|
|
Loading…
Reference in New Issue