From 4d87189420b6225da7f38aa71aee840d816bd570 Mon Sep 17 00:00:00 2001 From: dscho Date: Fri, 6 Dec 2002 16:03:50 +0000 Subject: compiler warnings, contrib directory, new x11vnc from Karl Runge --- httpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httpd.c') diff --git a/httpd.c b/httpd.c index 5207c72..328f416 100644 --- a/httpd.c +++ b/httpd.c @@ -266,7 +266,7 @@ httpProcessInput(rfbScreenInfoPtr rfbScreen) httpCloseSock(rfbScreen); return; } - // proxy connection + /* proxy connection */ rfbLog("httpd: client asked for CONNECT\n"); WriteExact(&cl,PROXY_OK_STR,strlen(PROXY_OK_STR)); rfbNewClientConnection(rfbScreen,rfbScreen->httpSock); @@ -274,7 +274,7 @@ httpProcessInput(rfbScreenInfoPtr rfbScreen) return; } if (!strncmp(buf, "GET ",4) && !strncmp(strchr(buf,'/'),"/proxied.connection HTTP/1.", 27)) { - // proxy connection + /* proxy connection */ rfbLog("httpd: client asked for /proxied.connection\n"); WriteExact(&cl,PROXY_OK_STR,strlen(PROXY_OK_STR)); rfbNewClientConnection(rfbScreen,rfbScreen->httpSock); -- cgit v1.2.3