gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 01/02: remove dead flag


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/02: remove dead flag
Date: Wed, 15 Feb 2017 11:47:44 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit 78b14cd3d359c79954d117407ddc4237adbeb8bc
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 15 11:46:54 2017 +0100

    remove dead flag
---
 src/microhttpd/internal.h | 9 ---------
 1 file changed, 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
   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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]