gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: return error code


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: return error code
Date: Tue, 16 Jul 2019 12:54:40 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b6cfd30f7 return error code
b6cfd30f7 is described below

commit b6cfd30f7f59d686f0d12aa1b51372c452880ca9
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Tue Jul 16 12:53:28 2019 +0200

    return error code
---
 src/gns/plugin_rest_gns.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gns/plugin_rest_gns.c b/src/gns/plugin_rest_gns.c
index 7f8d6fccf..a0a582a50 100644
--- a/src/gns/plugin_rest_gns.c
+++ b/src/gns/plugin_rest_gns.c
@@ -214,6 +214,7 @@ do_timeout (void *cls)
 {
   struct RequestHandle *handle = cls;
   handle->timeout_task = NULL;
+  handle->response_code = MHD_HTTP_REQUEST_TIMEOUT;
   do_error (handle);
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]