Update Server.cpp

This commit is contained in:
alexey-milovidov 2021-07-07 01:14:00 +03:00 committed by GitHub
parent 303c38cb6f
commit 9290182112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1261,7 +1261,6 @@ int Server::main(const std::vector<std::string> & /*args*/)
#endif
});
/// Interserver IO HTTP
port_name = "interserver_http_port";
createServer(listen_host, port_name, listen_try, [&](UInt16 port)