Loading test/http.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -52,6 +52,5 @@ int main() { tcp MySocket("0.0.0.0",8080,1024,-1); MyServer srv(&MySocket); assert(c && "CreateConnection failed"); srv.runEventloop(); } Loading
test/http.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -52,6 +52,5 @@ int main() { tcp MySocket("0.0.0.0",8080,1024,-1); MyServer srv(&MySocket); assert(c && "CreateConnection failed"); srv.runEventloop(); }