twister

HTTP fault injector for testing
Log | Files | Refs | README | LICENSE

commit d4f6731bb9ed5a5bedcae5cc950c3bf35699cf08
parent d690ce32b5d0a2044840bcacc9619b1c0ce858c2
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  7 Jun 2019 19:26:58 +0200

debug

Diffstat:
Msrc/twister/taler-twister-service.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/twister/taler-twister-service.c b/src/twister/taler-twister-service.c @@ -1656,7 +1656,8 @@ create_response (void *cls, GNUNET_free (curlurl); host_hdr = build_host_header (target_server_base_url); - + TALER_LOG_DEBUG ("Faking the host header, %s\n", + host_hdr); curl_slist_append (hr->headers, host_hdr); GNUNET_free (host_hdr);