gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix various issued wrt HTTP


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix various issued wrt HTTP POSTS and preflightling
Date: Sat, 23 Jun 2018 17:14:02 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e2604f5e9 fix various issued wrt HTTP POSTS and preflightling
e2604f5e9 is described below

commit e2604f5e9c7b30f8f404cc8390230afb4d219be8
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sat Jun 23 17:13:59 2018 +0200

    fix various issued wrt HTTP POSTS and preflightling
---
 src/gns/gnunet-gns-proxy.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index 52291bff0..08450d995 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -1722,12 +1722,6 @@ con_val_iter (void *cls,
                         key)) &&
        (NULL != s5r->leho) )
     value = s5r->leho;
-  if (0 == strcasecmp (MHD_HTTP_HEADER_CONTENT_LENGTH,
-                      key))
-    return MHD_YES;
-  if (0 == strcasecmp (MHD_HTTP_HEADER_ACCEPT_ENCODING,
-                      key))
-    return MHD_YES;
   GNUNET_asprintf (&hdr,
                    "%s: %s",
                    key,

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



reply via email to

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