gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27077 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r27077 - libmicrohttpd/src/microhttpd
Date: Thu, 9 May 2013 13:48:43 +0200

Author: grothoff
Date: 2013-05-09 13:48:42 +0200 (Thu, 09 May 2013)
New Revision: 27077

Modified:
   libmicrohttpd/src/microhttpd/connection.c
Log:
-undo fix #2783

Modified: libmicrohttpd/src/microhttpd/connection.c
===================================================================
--- libmicrohttpd/src/microhttpd/connection.c   2013-05-09 11:46:03 UTC (rev 
27076)
+++ libmicrohttpd/src/microhttpd/connection.c   2013-05-09 11:48:42 UTC (rev 
27077)
@@ -2034,6 +2034,7 @@
                 pthread_mutex_unlock (&response->mutex);
               break;
             }
+#if 0
          if (response->data_size == connection->response_write_position - 
response->data_start)
            {
              /* nothing to transmit, move on */
@@ -2042,6 +2043,7 @@
              connection->state = MHD_CONNECTION_BODY_SENT;
              return MHD_YES;
            }
+#endif
          ret = connection->send_cls (connection,
                                      &response->data
                                      [connection->response_write_position




reply via email to

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