mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-17 07:26:47 +00:00
Requires boolean, not Boolean
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@765591 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0b5dd9c3a5
commit
78a0d3346d
@ -136,7 +136,7 @@ protected HttpParams createHttpParams() {
|
||||
HttpProtocolParams.setUseExpectContinue(params,
|
||||
true);
|
||||
HttpConnectionParams.setTcpNoDelay(params,
|
||||
Boolean.TRUE);
|
||||
true);
|
||||
HttpConnectionParams.setSocketBufferSize(params,
|
||||
8192);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user