Fixed merge (take 3) of development / 12.8.1-5 versions of HttpClient.java
Former-commit-id:d538fd8913
[formerlybbf4b18204
[formerly d8080798d6c69b9cf0f9042660c5ad910cf123c6]] Former-commit-id:bbf4b18204
Former-commit-id:fc39ef78e4
This commit is contained in:
parent
c72218985b
commit
655b5932d9
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