mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
handle options in proper sequence
This commit is contained in:
parent
4cb98757ce
commit
462436acba
2 changed files with 15 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue