Fixed
Details
Assignee
Tarus BalogTarus BalogReporter
Tobey PasheilichTobey PasheilichComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Tarus Balog
Tarus BalogReporter
Tobey Pasheilich
Tobey PasheilichComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created April 5, 2005 at 1:59 PM
Updated January 27, 2017 at 4:31 PM
Resolved August 3, 2005 at 7:29 PM
HttpPlugin fails to detect an HTTP server if the HTTP server does not finish the
content with a newline. B/c HttpPlugin.java uses a readLn call, the IO does not
complete since a newline is not found. The readLn call eventually throws a
SocketTimeout exception, which is caught as an InterruptedIOException in
AbstractTCPPlugin. The soon-to-be attached patch fixes the issue.