Fixed merge (take 3) of development / 12.8.1-5 versions of HttpClient.java
Former-commit-id:fc39ef78e4
[formerlybbf4b18204
] [formerlyd538fd8913
[formerly d8080798d6c69b9cf0f9042660c5ad910cf123c6]] Former-commit-id:d538fd8913
Former-commit-id:0ef9f1c86e
This commit is contained in:
parent
d42beafc73
commit
352f391700
1 changed files with 1 additions and 0 deletions
|
@ -520,6 +520,7 @@ public class HttpClient {
|
|||
private void postStreamingEntity(String address, AbstractHttpEntity entity,
|
||||
IStreamHandler handlerCallback) throws CommunicationException {
|
||||
HttpPost put = new HttpPost(address);
|
||||
put.setEntity(entity);
|
||||
HttpClientResponse resp = process(put, handlerCallback);
|
||||
checkStatusCode(resp);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue