libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 78b14cd3d359c79954d117407ddc4237adbeb8bc
parent d41652a6edde979c211749dfe5b0c0135d158051
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 15 Feb 2017 11:46:54 +0100

remove dead flag

Diffstat:
Msrc/microhttpd/internal.h | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h @@ -851,15 +851,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 * with chunks. After we are done with the body and we are