Loading tests/server/sws.c +5 −1 Original line number Diff line number Diff line Loading @@ -1944,6 +1944,10 @@ int main(int argc, char *argv[]) if(DOCNUMBER_CONNECT == req.testno) { /* a CONNECT request, setup and talk the tunnel */ if(!is_proxy) { logmsg("received CONNECT but isn't running as proxy! EXIT"); } else http_connect(&msgsock, sock, &req, hostport); break; } Loading Loading
tests/server/sws.c +5 −1 Original line number Diff line number Diff line Loading @@ -1944,6 +1944,10 @@ int main(int argc, char *argv[]) if(DOCNUMBER_CONNECT == req.testno) { /* a CONNECT request, setup and talk the tunnel */ if(!is_proxy) { logmsg("received CONNECT but isn't running as proxy! EXIT"); } else http_connect(&msgsock, sock, &req, hostport); break; } Loading