mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
handle options in proper sequence
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user