On Thu, 2019-03-28 at 17:28 -0700, Mark Cafaro wrote:
> Hi,
> 
> 
> 
> I am running long HTTP post requests on Travis CI (Ubuntu 14.04)
> using the Apache HTTP Client. Strangely if a request exceeds about 8
> minutes, the client never receives a response. I can see on the
> server side, however, that a response was sent back. I have the
> socket timeout set way beyond 8 minutes.
> 
> 
> 
> If I perform the exact same request, on the exact same machine, using
> cURL however, it works as expected (i.e. cURL receives a response).
> Also, if I perform the exact same request using the Apache HTTP
> Client on my local machine, it works as expected.
> 
> 
> 
> I've tried playing around with sysctl
> net.ipv4.tcp_keepalive_time, tcp_keepalive_intvl,
> and tcp_keepalive_probes but they haven't solved the issue.
> 
> 
> 
> Are there any settings in the Apache HTTP Client that may be relevant
> to this issue?
> 
> 
> 
> Thanks,
> 
> Mark

What exactly do you mean by "never receives a response"? What happens
instead?

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