aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index 4fb79583..9a3eb8cb 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -642,11 +642,6 @@ struct MHD_Connection
642 int response_unready; 642 int response_unready;
643 643
644 /** 644 /**
645 * Are we sending with chunked encoding?
646 */
647 int have_chunked_response;
648
649 /**
650 * Are we receiving with chunked encoding? This will be set to 645 * Are we receiving with chunked encoding? This will be set to
651 * MHD_YES after we parse the headers and are processing the body 646 * MHD_YES after we parse the headers and are processing the body
652 * with chunks. After we are done with the body and we are 647 * with chunks. After we are done with the body and we are