[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-twister] branch master updated: note on possible iss
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-twister] branch master updated: note on possible issue: gns-proxy uses extra state to be sure |
Date: |
Tue, 05 Jun 2018 10:26:15 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository twister.
The following commit(s) were added to refs/heads/master by this push:
new 86df5df note on possible issue: gns-proxy uses extra state to be sure
86df5df is described below
commit 86df5df0a89acd80ea3532d2e82db363166c875d
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 5 10:26:12 2018 +0200
note on possible issue: gns-proxy uses extra state to be sure
---
src/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
index 7abd855..065e527 100644
--- 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;
}
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-twister] branch master updated: note on possible issue: gns-proxy uses extra state to be sure,
gnunet <=