Responses statuses are broken because HttpResponse::OnStatus() incorrect builds out the response status message & code. Further, HttpResponse::HeadersToString() would then rebuild that same string, then append the previously make broken string. Resolved in next commit.
Responses statuses are broken because
HttpResponse::OnStatus()
incorrect builds out the response status message & code. Further,HttpResponse::HeadersToString()
would then rebuild that same string, then append the previously make broken string. Resolved in next commit.