mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
.
This commit is contained in:
parent
3cb8070980
commit
69f006f641
@ -100,6 +100,14 @@ struct HttpPhyHandler
|
|||||||
phy->setNotifyWritable(sock,false);
|
phy->setNotifyWritable(sock,false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inline void phyOnFileDescriptorActivity(PhySocket *sock,void **uptr,bool readable,bool writable) {}
|
||||||
|
#ifdef __UNIX_LIKE__
|
||||||
|
inline void phyOnUnixAccept(PhySocket *sockL,PhySocket *sockN,void **uptrL,void **uptrN) {}
|
||||||
|
inline void phyOnUnixClose(PhySocket *sock,void **uptr) {}
|
||||||
|
inline void phyOnUnixData(PhySocket *sock,void **uptr,void *data,unsigned long len) {}
|
||||||
|
inline void phyOnUnixWritable(PhySocket *sock,void **uptr) {}
|
||||||
|
#endif // __UNIX_LIKE__
|
||||||
|
|
||||||
http_parser parser;
|
http_parser parser;
|
||||||
std::string currentHeaderField;
|
std::string currentHeaderField;
|
||||||
std::string currentHeaderValue;
|
std::string currentHeaderValue;
|
||||||
|
Loading…
Reference in New Issue
Block a user