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=30009>.
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=30009

No HTTP response leads to no return from HttpParser.readRawLine()

           Summary: No HTTP response leads to no return from
                    HttpParser.readRawLine()
           Product: Commons
           Version: 2.0 Beta 1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HttpClient
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I had a Tomcat server running in an inconsistent state whereby a connection
could be established and a request sent, but a response was not being returned.
Since there was no data to be read from the request, the InputStream.read() call
in HttpParser.readRawLine() was never returning, thus causing my entire
application to hang without any error messages.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to