HttpProtocolParams.setUseExpectContinue(httpParams,false);// IMPORTANT - if not set to 'false' then servers do not process the request until a time-out of 2 seconds
/**
*HTTPconnectionsettings
*/
@ -473,9 +474,18 @@ public class HTTPClient {
// statistics
storeConnectionInfo(httpUriRequest);
try{
// execute the method
// execute the method; some asserts confirm that that the request can be send with Content-Length and is therefore not terminated by EOF