Websocket try

This commit is contained in:
2020-12-01 21:14:58 +01:00
parent cef931c50f
commit a995ed5090
2 changed files with 10 additions and 2 deletions

View File

@ -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);