summaryrefslogtreecommitdiff
path: root/src/http_proxy_server.c
diff options
context:
space:
mode:
authorJakub Sławiński2005-07-03 23:15:19 +0200
committerJoshua Judson Rosen2014-07-17 21:14:59 +0200
commitf2e4a5f9b0919dc16ea83a8826e8d52b02178b38 (patch)
treed226d27a9b81d67fc4493b7b1856c0b040267d77 /src/http_proxy_server.c
parentv0.7 (diff)
downloadapf-f2e4a5f9b0919dc16ea83a8826e8d52b02178b38.tar.gz
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
Diffstat (limited to 'src/http_proxy_server.c')
-rw-r--r--src/http_proxy_server.c1
1 files changed, 1 insertions, 0 deletions
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;