aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-15 11:46:54 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-15 11:46:54 +0100
commit78b14cd3d359c79954d117407ddc4237adbeb8bc (patch)
tree36c181c06ddb3326b094f4417868c577e44bef16
parentd41652a6edde979c211749dfe5b0c0135d158051 (diff)
downloadlibmicrohttpd-78b14cd3d359c79954d117407ddc4237adbeb8bc.tar.gz
libmicrohttpd-78b14cd3d359c79954d117407ddc4237adbeb8bc.zip
remove dead flag
-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