gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: fix #5496: '


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: fix #5496: '
Date: Wed, 05 Dec 2018 18:20:03 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 79a8955b fix #5496: '
79a8955b is described below

commit 79a8955bb61d62f6dc4fc93d2f05a08adf8596d5
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Dec 5 18:20:00 2018 +0100

    fix #5496:
    '
---
 ChangeLog                   | 3 +++
 src/microhttpd/connection.c | 4 ----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 505b459f..7fc917d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Wed Dec  5 18:08:59 CET 2018
+       Fix regression causing URLs to be unescaped twice. -CG
+
 Sun Nov 18 13:08:11 CET 2018
        Parse arguments with (properly) escaped URLs correctly.
        (making things work with recent cURL changes, #5473).
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index abc622e2..cd4e8257 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2307,10 +2307,6 @@ parse_initial_message_line (struct MHD_Connection 
*connection,
                            &connection_add_header,
                            &unused_num_headers);
     }
-  if (NULL != uri)
-    daemon->unescape_callback (daemon->unescape_callback_cls,
-                               connection,
-                               uri);
   connection->url = curi;
   return MHD_YES;
 }

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



reply via email to

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