...
> DEBUG| Connection can be kept alive indefinitely > |DefaultRequestDirector.java:477|org.apache.http.impl.client.ContentEncodingHttpClient|main| > DEBUG| Releasing connection > org.apache.http.impl.conn.SingleClientConnManager$ConnAdapter@306e7a5b|SingleClientConnManager.java:267|org.apache.http.impl.conn.SingleClientConnManager|main| ... > It looks very similar to yours. Were you able to consume the response > without throwing an exception? This run did throw the same exception noted > previously. > As you can see the connection was kept alive and released back to the connection manager. That could not have been done unless the response content has been fully consumed. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
