Websocket try
This commit is contained in:
@ -34,8 +34,6 @@ private:
|
||||
|
||||
void setSocketOption(int, bool);
|
||||
|
||||
long send(void *buffer, int size);
|
||||
|
||||
long receive(void *buffer, int size);
|
||||
|
||||
long peek(void *buffer, int size);
|
||||
@ -65,6 +63,8 @@ public:
|
||||
|
||||
void sslHandshake(string privkey, string fullchain);
|
||||
|
||||
long send(void *buffer, int size);
|
||||
|
||||
long send(string *str);
|
||||
|
||||
long send(string str);
|
||||
|
Reference in New Issue
Block a user