TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

HttpResponse::OnStatus() incorrect builts status. #35

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

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.