Clean up & document HttpResponse.h

This commit is contained in:
Alex Hultman
2018-09-11 20:04:52 +02:00
parent 3af62041a1
commit 7529ba1dd1
5 changed files with 15 additions and 19 deletions
+4
View File
@@ -111,6 +111,10 @@ struct AsyncSocket : StaticDispatch<SSL> {
}
void *getExt() {
return static_dispatch(us_ssl_socket_ext, us_socket_ext)((SOCKET_TYPE *) this);
}
void close() {
static_dispatch(us_ssl_socket_close, us_socket_close)((SOCKET_TYPE *) this);
}