From fc19b7d7974f9c64dffc40e180464d595a9805cd Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 7 Apr 2016 00:05:11 +0200 Subject: improves file handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I285cb6333d939a8afed07d8388d1d7850e50fe28 Signed-off-by: José Bollo --- src/afb-hsrv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/afb-hsrv.c') diff --git a/src/afb-hsrv.c b/src/afb-hsrv.c index afe865f7..334b8b3b 100644 --- a/src/afb-hsrv.c +++ b/src/afb-hsrv.c @@ -331,7 +331,6 @@ static int access_handler( } /* flush the data */ - afb_hreq_post_end(hreq); if (hreq->postform != NULL) { rc = MHD_destroy_post_processor(hreq->postform); hreq->postform = NULL; -- cgit 1.2.3-korg