Kemp Support, how can we help?

The latest application delivery knowledge and expertise at your fingertips.

Real Server failing health check while returning a 200 OK

 

Information

 

Summary:

Real Server failing health check with error EOF or incorrect data received.

Environment:

Product: LoadMaster

Version: Any

Platform: Any

Application: Any

Question/Problem Description:

Real Server that is returning a 200 OK response is failing health checks with error "EOF or incorrect data received".  This happens for both GET and HEAD requests.

Steps to Reproduce:  
Error Message: EOF or incorrect data received.
Defect Number: LM-2443
Enhancement Number:  
Cause:  The break between the header and body in the response is incorrect.  Normally all lines should be CRLF terminated, but the termination coming from the http server is only using a LF. The break should be preceded by 0x0d but is not.  This is occurring in both the GET and HEAD variants.
Resolution: Fix the response coming from the real server so the code is correct.
Workaround:  
Notes:

https://support.kemptechnologies.com/hc/en-us/articles/6348894045581-Failing-health-checks-EOF-or-Incorrect-data-received


Was this article helpful?
0 out of 0 found this helpful

Comments