Comment 1 for bug 1470236

Revision history for this message
Ian Cordasco (icordasc) wrote :

It's plausible that a connection is hanging around in the connection pool that we're not closing because the server supports Keep-Alive. When we try to use it, it causes a connection error because the socket's closed on the server side. I'm going to show this to Cory to see if he can help us debug it.