twister

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

commit d3201f4d339c77b7b877fadc126bdf736dafd355
parent 32e519b64921788141c50103377de13782a0b526
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  7 Jun 2019 18:07:59 +0200

comment

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

diff --git a/src/twister/taler-twister-service.c b/src/twister/taler-twister-service.c @@ -442,8 +442,7 @@ curl_check_hdr (void *buffer, hdr_type, hdr_val); - /* Skip "Host:" header as it will be wrong, given - that we are man-in-the-middling the connection */ + /* wrong here: "host" is never a response header. */ if (0 == strcasecmp (hdr_type, MHD_HTTP_HEADER_HOST)) {