Bugfix for HTTP servers that omit a reason-phrase from their HTTP response.
Some server have a status-line like "HTTP/1.1 200" instead of the more common
"HTTP/1.1 200 ok". The current ibrowse_http_client crashes on such a status-line.
This patch provides a fix.
Some HTTP servers do not