HTTH-838 — Invalid HTTP status code in response from server
HTTP proxy processes HTTP status line in an internal (parsed) form.
Before sending the line out, it must be converted into its textual form according to HTTP specification. One part of the status line is the status code, which is a number between 100 and 599. If the value is outside this interval, this message is logged and the request fails.