On Tue, 2016-05-24 at 17:24 +0100, Tim Dudgeon wrote:
> Hi, I'm having problems with a POST operation that's being done along 
> these lines:
> 
> HttpPost post = new HtttpPost("http://.....";);
> post.addHeader("name", "value"); // etc
> post.setEntity( ... );
> CloseableHttpResponse resp = httpClient.execute(post);
> ...
> 
> First time the operation works fine. But a second time it hangs at the 
> execute step.
> Other similar scenarios work fine repeatedly, but in on particular case 
> it hangs second time through.
> I was thinking it might be due to the response not being closed but I 
> can't find any cases where this could be the case.
> 
> Any suggestions what to look for and how to debug this?
> 
> Thanks
> Tim
> 
> 
> 

Tim,

Please post wire / context log of the session.

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to