drop libwebsockets < 3.2.0 support

This commit is contained in:
Shuanglei Tao
2021-08-10 22:20:56 +08:00
parent 1e5c5242fd
commit b2cda1d68c
10 changed files with 194 additions and 288 deletions

View File

@@ -72,5 +72,5 @@ struct server {
char socket_path[255]; // UNIX domain socket path
char terminal_type[30]; // terminal type to report
uv_loop_t *loop; // the libuv event loop
uv_loop_t *loop; // the libuv event loop
};