remove dead flag

This commit is contained in:
Christian Grothoff
2017-02-15 11:46:54 +01:00
parent d41652a6ed
commit 78b14cd3d3
-9
View File
@@ -850,15 +850,6 @@ struct MHD_Connection
*/
unsigned int responseCode;
/**
* Set to #MHD_YES if the response's content reader
* callback failed to provide data the last time
* we tried to read from it. In that case, the
* write socket should be marked as unready until
* the CRC call succeeds.
*/
int response_unready;
/**
* Are we receiving with chunked encoding? This will be set to
* #MHD_YES after we parse the headers and are processing the body