Fixed HTTP proxying status code when not multiplexing requests.
This commit is contained in:
parent
537c3cff94
commit
c7e6f966b0
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ namespace Connector_HTTP {
|
|||
//unknown length
|
||||
H.SetHeader("X-UID", uid);
|
||||
H.SetHeader("Server", "mistserver/" PACKAGE_VERSION "/" + Util::Config::libver);
|
||||
conn.SendNow(H.BuildResponse("200", "OK"));
|
||||
conn.SendNow(H.BuildResponse(H.url, H.method));
|
||||
//switch out the connection for an empty one - it makes no sense to keep these globally
|
||||
Socket::Connection * myConn = myCConn->conn;
|
||||
myCConn->conn = new Socket::Connection();
|
||||
|
|
Loading…
Add table
Reference in a new issue