gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: modify logic to match https://da


From: gnunet
Subject: [taler-exchange] branch master updated: modify logic to match https://datatracker.ietf.org/doc/draft-nottingham-http-availability-hints/
Date: Thu, 06 Apr 2023 23:46:50 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 36b2cbb4 modify logic to match 
https://datatracker.ietf.org/doc/draft-nottingham-http-availability-hints/
36b2cbb4 is described below

commit 36b2cbb47e6cbb9b658abea34ea6cc37d90a1336
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Apr 6 23:46:39 2023 +0200

    modify logic to match
    https://datatracker.ietf.org/doc/draft-nottingham-http-availability-hints/
---
 src/mhd/mhd_legal.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
index 25435210..37042a56 100644
--- a/src/mhd/mhd_legal.c
+++ b/src/mhd/mhd_legal.c
@@ -257,7 +257,7 @@ TALER_MHD_reply_legal (struct MHD_Connection *conn,
           char *tmp = langs;
 
           GNUNET_asprintf (&langs,
-                           "%s %s",
+                           "%s,%s",
                            tmp,
                            p->language);
           GNUNET_free (tmp);
@@ -327,7 +327,7 @@ TALER_MHD_reply_legal (struct MHD_Connection *conn,
   {
     GNUNET_break (MHD_YES ==
                   MHD_add_response_header (resp,
-                                           "Acceptable-Languages",
+                                           "Avail-Languages",
                                            langs));
     GNUNET_free (langs);
   }

-- 
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]