mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-24 08:05:36 +02:00
Remove obsolete includes and constants in HTTPServer
This commit is contained in:
parent
f05419845b
commit
fbea1ea142
2 changed files with 1 additions and 29 deletions
client
|
@ -39,7 +39,6 @@ private:
|
|||
bool isAllowed(const std::string& address);
|
||||
private:
|
||||
boost::asio::ip::tcp::socket* m_Socket;
|
||||
boost::asio::deadline_timer m_Timer;
|
||||
char m_Buffer[HTTP_CONNECTION_BUFFER_SIZE + 1];
|
||||
size_t m_BufferLen;
|
||||
util::http::Request m_Request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue