Commit d6b8cf97 authored by jan.koester's avatar jan.koester
Browse files

cookie fixed http2/3

parent 1ea9a80b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -819,7 +819,7 @@ libhttppp::HttpD::HttpD(int argc, char** argv) {
        }else{

            #ifndef Windows
            if (portset == true)
            if (port > 0)
                _ServerSockets.push_back(std::make_unique<netplus::tcp>(httpaddr, port, maxconnections,-1));
            else
                _ServerSockets.push_back(std::make_unique<netplus::tcp>(httpaddr, maxconnections,-1));