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=27366>. 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=27366 GetMethod.getResponseBodyAsStream() .available() could return content-length [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Milestone|--- |2.1 Alpha 1 ------- Additional Comments From [EMAIL PROTECTED] 2004-03-08 19:44 ------- George, I do not think we should violate standard Java API even in such a subtle manner. The purpose of InputStream#available() method is different and we should not get too creative about Java API. As to HttpMethodBase#getResponseContentLength() being protected, there is really no particular reason. I think we can safely make the method public. Objections, anyone? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]