twister

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

commit 86df5df0a89acd80ea3532d2e82db363166c875d
parent b5548ef68614c83348e03505cc15aae3b9f000f2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  5 Jun 2018 10:26:12 +0200

note on possible issue: gns-proxy uses extra state to be sure

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

diff --git a/src/twister/taler-twister-service.c b/src/twister/taler-twister-service.c @@ -1410,7 +1410,7 @@ create_response (void *cls, curl_download_prepare (); /* means (?) upload is over. */ - if (0 == hr->io_len) + if (0 == hr->io_len) /* FIXME: gnunet-gns-proxy has an extra check here... */ hr->state = REQUEST_STATE_DOWNLOAD_STARTED; return MHD_YES; }