mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Remove obsolete includes and constants in HTTPServer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user