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=35815>. 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=35815 ------- Additional Comments From [EMAIL PROTECTED] 2005-07-22 09:49 ------- (In reply to comment #16) > Hello Klaus, > > here is your bug (taken from your sample code): > > try { > ... > return response; > } finally { > m.releaseConnection(); > } > > The finally clause will release the connection that is returned. > Subsequently, your code reading from the released connection will > race against the HttpClient code consuming the unread part of the > response to allow for re-use of that connection. > > I suggest to mark this bug report INVALID. > > cheers, > Roland Roland, resonse is a String. At the time of return resonse; it contains the completely read response. Doesn't it? Klaus -- 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]
