mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-27 04:09:31 +03:00
remove dead flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user