gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix URL construction


From: gnunet
Subject: [taler-merchant] branch master updated: fix URL construction
Date: Fri, 28 Aug 2020 14:49:37 +0200

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

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 6fb76aa  fix URL construction
6fb76aa is described below

commit 6fb76aa90ae3df1b9c096201a9697bbc4af140d0
Author: MS <ms@taler.net>
AuthorDate: Fri Aug 28 14:49:32 2020 +0200

    fix URL construction
---
 src/backend/taler-merchant-httpd_get-tips-ID.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_get-tips-ID.c 
b/src/backend/taler-merchant-httpd_get-tips-ID.c
index 255fc71..eec374b 100644
--- a/src/backend/taler-merchant-httpd_get-tips-ID.c
+++ b/src/backend/taler-merchant-httpd_get-tips-ID.c
@@ -145,7 +145,7 @@ TMH_make_tip_status_url (struct MHD_Connection *con,
                              "http://";);
   else
     GNUNET_buffer_write_str (&buf,
-                             "http://";); // FIXME: must work with HTTPS too.
+                             "https://";);
   GNUNET_buffer_write_str (&buf,
                            host);
   if (NULL != uri_path)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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