handle options in proper sequence

This commit is contained in:
orignal 2014-08-04 18:22:54 -04:00
parent 4cb98757ce
commit 462436acba
2 changed files with 15 additions and 8 deletions

View file

@ -543,8 +543,9 @@ namespace util
}
else
{
std::string response ("HTTP/1.0 200 OK\r\n");
std::string response ("HTTP/1.0 503 Not Implemented\r\n");
m_Stream->Send ((uint8_t *)response.c_str (), response.length (), 30);
m_Stream->Close ();
}
delete this;
}