Use uSockets v0.5.0

This commit is contained in:
Alex Hultman
2020-06-26 22:12:33 +02:00
parent 2ff50630e9
commit 10bbfaa22f
7 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ protected:
/* Immediately close socket */
us_socket_t *close() {
return us_socket_close(SSL, (us_socket_t *) this);
return us_socket_close(SSL, (us_socket_t *) this, 0, nullptr);
}
/* Cork this socket. Only one socket may ever be corked per-loop at any given time */