gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] 01/02: remove useless code


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] 01/02: remove useless code
Date: Wed, 12 Jun 2019 22:16:46 +0200

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

marcello pushed a commit to branch master
in repository twister.

commit 411d8e66236ad9748a944124e6d4e2ea30de8f84
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 12 22:11:06 2019 +0200

    remove useless code
---
 src/twister/taler-twister-service.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index 0833e06..0fe47a6 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -1514,7 +1514,6 @@ create_response (void *cls,
     {
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                   "Attempting to decompress\n");
-      #if 1
       const char *ce;
       ce = MHD_lookup_connection_value
         (con,
@@ -1522,7 +1521,6 @@ create_response (void *cls,
          MHD_HTTP_HEADER_CONTENT_ENCODING);
       if ((NULL != ce) && (0 == strcmp ("deflate", ce)))
         GNUNET_assert (Z_OK == inflate_data (hr));
-      #endif
 
       json_error_t error;
       hr->json = json_loadb (hr->io_buf,

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



reply via email to

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