DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38561>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38561 Summary: Connection gets closed on GET operation Product: HttpClient Version: 3.1.1 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: HttpClient AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I'm doing a very simple GET operation using regular (non-SSL) http access. I call the Method.getResponseBodyAsStream() method and do a couple of reads. My second read fails with exception "java.io.IOException: Attempted read on closed stream", yet I have not closed the stream. I'm noting that the connection is of class org.apache.commons.httpclient.AutoCloseInputStream, so maybe it's self closing? Why would it do this? I realize this might not be a bug, but I don't know what forum to get my problem resolved, as the link to subscribe to the newsgroup about httpclient (http://jakarta.apache.org/commons/httpclient/mail-lists.html) is broken. Could you please redirect me to the proper link to subscribe? Thanks. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
