Hello, I am having problems with HttpClient 2.0-alpha3 when i try to pool it.
After the first call to stablish a connection against a server i usually can work with the client for 1 minue requetsing new pages. But after that minute i think the connecion is been closed somehow because any new attempt to retrieve any file at the host is rejcted instantly with the message BrokenPipe. Afetr logging it the problem arises just after the first attemt to write the HTTP header for the request so i suppose it is closed somehow either by the client or the server and the client always attemps to write to the same stream. Thanks for your time.