improves file handling
[src/app-framework-binder.git] / src / afb-hsrv.c
index afe865f..334b8b3 100644 (file)
@@ -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;