paivana

HTTP paywall reverse proxy
Log | Files | Refs | Submodules | README | LICENSE

commit 49e7ab0d0408a25305031ff94ff09cf304d46d11
parent 40b6ff061f5395c56ef4e60c26eebb724962fa39
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  4 May 2026 15:47:08 +0200

more logging

Diffstat:
Msrc/backend/paivana-httpd_daemon.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/backend/paivana-httpd_daemon.c b/src/backend/paivana-httpd_daemon.c @@ -184,6 +184,11 @@ create_response (void *cls, website, ca_len, ca); + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Client sent cookie %s for %s: %s\n", + cookie, + website, + ok ? "good" : "invalid"); GNUNET_free (ca); } if (! ok)