Fixing all of the things. 😩
This commit is contained in:
parent
53f941449f
commit
c979acff52
14 changed files with 171 additions and 76 deletions
|
@ -45,6 +45,7 @@ namespace HTTP{
|
|||
Parser &getHTTP();
|
||||
Socket::Connection &getSocket();
|
||||
const Socket::Connection &getSocket() const;
|
||||
void clean();
|
||||
void setSocket(Socket::Connection * socketPtr);
|
||||
uint32_t retryCount, dataTimeout;
|
||||
bool isProxied() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue