AutoCloseInputStream should not auto-close itself
-------------------------------------------------
Key: HTTPCLIENT-628
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-628
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpClient
Affects Versions: 3.1 Beta 1
Reporter: Roland Weber
Assigned To: Roland Weber
Fix For: 3.1 Final
ACIS auto-close itself as soon as EOF is detected. That leads to IOExceptions
being throw in response to calls that are valid for a stream that has reached
EOF.
ACIS should instead close the _underlying_ stream and switch itself into an EOF
mode that does not throw exceptions until it is closed explicitly.
reported by Tom Lipkis on the developer mailing list
http://mail-archives.apache.org/mod_mbox/jakarta-httpcomponents-dev/200702.mbox/[EMAIL
PROTECTED]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]