gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: always include HTTP status


From: gnunet
Subject: [taler-anastasis] branch master updated: always include HTTP status
Date: Wed, 10 Mar 2021 10:14:56 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 67fe596  always include HTTP status
67fe596 is described below

commit 67fe596c3ddcdeab1ec6c0b61fc3ef61e1356426
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Mar 10 10:14:54 2021 +0100

    always include HTTP status
---
 src/reducer/anastasis_api_redux.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/reducer/anastasis_api_redux.c 
b/src/reducer/anastasis_api_redux.c
index faecb29..f27aacf 100644
--- a/src/reducer/anastasis_api_redux.c
+++ b/src/reducer/anastasis_api_redux.c
@@ -506,7 +506,7 @@ notify_waiting (struct ConfigRequest *cr)
                                               mj));
       }
       prov = json_pack ("{s:o, s:o, s:o, s:o, s:o,"
-                        " s:s, s:s, s:I, s:o}",
+                        " s:s, s:s, s:I, s:o, s:I}",
                         "methods",
                         methods_list,
                         "annual_fee",
@@ -525,7 +525,9 @@ notify_waiting (struct ConfigRequest *cr)
                         "storage_limit_in_megabytes",
                         (json_int_t) cr->storage_limit_in_megabytes,
                         "salt",
-                        GNUNET_JSON_from_data_auto (&cr->salt));
+                        GNUNET_JSON_from_data_auto (&cr->salt),
+                        "http_status",
+                        (json_int_t) cr->http_status);
     }
     GNUNET_assert (0 ==
                    json_object_set_new (provider_list,

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