[ https://issues.apache.org/jira/browse/HTTPCLIENT-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Roland Weber closed HTTPCLIENT-628. ----------------------------------- Resolution: Fixed Patch committed with updated release notes. > AutoCloseInputStream.available() throws IOException when auto-closed > -------------------------------------------------------------------- > > 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 > > Attachments: 2k7-02-11-autoclose.txt > > > 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]