mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-27 21:29:12 +00:00
Upgraded HttpCore to version 4.3
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1510886 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fc8df4ef2a
commit
d90302ed14
@ -92,7 +92,7 @@ private static HttpClientConnection getConnection(
|
|||||||
final HttpClientConnectionManager mgr,
|
final HttpClientConnectionManager mgr,
|
||||||
final HttpRoute route) throws ConnectionPoolTimeoutException, ExecutionException, InterruptedException {
|
final HttpRoute route) throws ConnectionPoolTimeoutException, ExecutionException, InterruptedException {
|
||||||
final ConnectionRequest connRequest = mgr.requestConnection(route, null);
|
final ConnectionRequest connRequest = mgr.requestConnection(route, null);
|
||||||
return connRequest.get(0, null);
|
return connRequest.get(0, TimeUnit.MILLISECONDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
2
pom.xml
2
pom.xml
@ -65,7 +65,7 @@
|
|||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<httpcore.version>4.3-beta2</httpcore.version>
|
<httpcore.version>4.3</httpcore.version>
|
||||||
<commons-logging.version>1.1.3</commons-logging.version>
|
<commons-logging.version>1.1.3</commons-logging.version>
|
||||||
<commons-codec.version>1.6</commons-codec.version>
|
<commons-codec.version>1.6</commons-codec.version>
|
||||||
<ehcache.version>2.2.0</ehcache.version>
|
<ehcache.version>2.2.0</ehcache.version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user