exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 30320fa66e757b3fd8242e39caa37ae8495eaa54
parent 8062ca01361136a9d2489a2ca27b58802d37c228
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 26 Feb 2020 23:51:30 +0100

skip also here over part of URI that was already parsed

Diffstat:
Msrc/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 @@ -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);