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: |
Was this article helpful?
0 out of 0 found this helpful