AbderaClient only releases HTTPClient connections if an input stream is read
----------------------------------------------------------------------------
Key: ABDERA-197
URL: https://issues.apache.org/jira/browse/ABDERA-197
Project: Abdera
Issue Type: Bug
Affects Versions: 0.4.0
Reporter: Aaron Evans
Attachments: TestAbderaClient.java
AbderaClient uses an AutoReleasingInputStream which is responsible for calling
releaseConnection on the underlying HTTPClient method. If a user of the
AbderaClient does not read the input stream in a response, then the connection
leaks. I'm attaching a test case with two tests: one that never completes
because the input stream is not read and another that completes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.