From f2e4a5f9b0919dc16ea83a8826e8d52b02178b38 Mon Sep 17 00:00:00 2001 From: Jakub Sławiński Date: Sun, 3 Jul 2005 23:15:19 +0200 Subject: v0.7.1 - Added: afserver certificate storing and checking - Modified: generating keys and certificate - Fixed: creating apf directory - Fixed: some bugs in proxy tunnel initialization --- src/http_proxy_server.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http_proxy_server.c') diff --git a/src/http_proxy_server.c b/src/http_proxy_server.c index a07d6ce..f98026c 100644 --- a/src/http_proxy_server.c +++ b/src/http_proxy_server.c @@ -258,6 +258,7 @@ http_proxy_server(void *vptr) else { aflog(LOG_T_MAIN, LOG_I_DEBUG, "http proxy: New connection --> EAGAIN"); + continue; } memset(tab, 0, 9000); nothttp = 0; -- cgit v1.1