scripts: bump to lws 4.1.4

This commit is contained in:
Shuanglei Tao
2020-11-07 19:34:25 +08:00
parent c0369e9c96
commit 268a6ff38a
2 changed files with 2 additions and 4 deletions

View File

@@ -283,8 +283,6 @@ int main(int argc, char **argv) {
info.port = 7681;
info.iface = NULL;
info.protocols = protocols;
info.ssl_cert_filepath = NULL;
info.ssl_private_key_filepath = NULL;
info.gid = -1;
info.uid = -1;
info.max_http_header_pool = 16;