aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index a72a2c06..1ee7e869 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -851,15 +851,6 @@ struct MHD_Connection
851 unsigned int responseCode; 851 unsigned int responseCode;
852 852
853 /** 853 /**
854 * Set to #MHD_YES if the response's content reader
855 * callback failed to provide data the last time
856 * we tried to read from it. In that case, the
857 * write socket should be marked as unready until
858 * the CRC call succeeds.
859 */
860 int response_unready;
861
862 /**
863 * Are we receiving with chunked encoding? This will be set to 854 * Are we receiving with chunked encoding? This will be set to
864 * #MHD_YES after we parse the headers and are processing the body 855 * #MHD_YES after we parse the headers and are processing the body
865 * with chunks. After we are done with the body and we are 856 * with chunks. After we are done with the body and we are