On 22/11/2013 11:50 p.m., Bhagwat Yadav wrote:
> Hi,
> 
> Tried this also, but it is still hanging for some requests.
> 
> It is taking 1 minute time in between below calls:
> 
> 2013/11/22 04:39:32.630| clientReadSomeData: FD 9: reading request...


A socket FD 9 - client starting to send the HTTP request headers

> 2013/11/22 04:40:32.904| comm.cc(2190) will call SomeTimeoutHandler(FD
> 11, data=0xe3b1c8) [call5094]


A socket FD 11 - connection timing out.


There is no indication here of any relationship between those two
sockets. The seconds one may or may not even be a TCP connection.

Amos

Reply via email to