mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* HTTPServer.{cpp,h}: cleanup
This commit is contained in:
parent
9bbff744e9
commit
48b3959cfb
2 changed files with 8 additions and 14 deletions
|
@ -6,7 +6,6 @@ namespace http {
|
|||
extern const char *itoopieImage;
|
||||
extern const char *itoopieFavicon;
|
||||
const size_t HTTP_CONNECTION_BUFFER_SIZE = 8192;
|
||||
const int HTTP_DESTINATION_REQUEST_TIMEOUT = 10; // in seconds
|
||||
|
||||
class HTTPConnection: public std::enable_shared_from_this<HTTPConnection>
|
||||
{
|
||||
|
@ -59,9 +58,6 @@ namespace http {
|
|||
protected:
|
||||
|
||||
virtual void RunRequest ();
|
||||
|
||||
public:
|
||||
|
||||
};
|
||||
|
||||
class HTTPServer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue