Hello We are using HttpPost method with DefaultHttpClient. The server processing takes couple of minutes without any response during this time. I would expect the HttpPost execution to timeout because POST method is not repeatable. Instead it is repeated. Is this a bug?
9.3.2011 13:45:34 org.apache.http.impl.client.DefaultRequestDirector execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond 9.3.2011 13:45:34 org.apache.http.impl.client.DefaultRequestDirector execute INFO: Retrying request 9.3.2011 13:48:55 org.apache.http.impl.client.DefaultRequestDirector execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond 9.3.2011 13:48:55 org.apache.http.impl.client.DefaultRequestDirector execute INFO: Retrying request ... (loops forever) Thanks in advnce Best regards -- Ing. Martin Ždila tel:+421-908-363-848 mailto:[email protected] http://www.zdila.sk/
