From 52c30c3e589655b3695dfde7ad258f232178dab1 Mon Sep 17 00:00:00 2001 From: Massimiliano Pinto Date: Fri, 23 Aug 2013 14:17:00 +0200 Subject: [PATCH] Removed dcb->state set after func.close() --- server/modules/protocol/httpd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/modules/protocol/httpd.c b/server/modules/protocol/httpd.c index 0293f86cb..3e38c5891 100644 --- a/server/modules/protocol/httpd.c +++ b/server/modules/protocol/httpd.c @@ -242,8 +242,6 @@ HTTPD_session *client_data = NULL; /* force the client connecton close */ dcb->func.close(dcb); - dcb->state = DCB_STATE_POLLING; - return 0; }