gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 08/12: skip also here over part of URI that was already


From: gnunet
Subject: [taler-exchange] 08/12: skip also here over part of URI that was already parsed
Date: Sat, 29 Feb 2020 16:59:27 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 30320fa66e757b3fd8242e39caa37ae8495eaa54
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 26 23:51:30 2020 +0100

    skip also here over part of URI that was already parsed
---
 src/exchange/taler-exchange-httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd.c 
b/src/exchange/taler-exchange-httpd.c
index 051fb969..b2250fde 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -669,7 +669,7 @@ handle_mhd_request (void *cls,
         /* run handler */
         ret = proceed_with_handler (rh,
                                     connection,
-                                    url,
+                                    url + tok_size + 1,
                                     inner_cls,
                                     upload_data,
                                     upload_data_size);

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



reply via email to

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