return error code
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Tue, 16 Jul 2019 10:53:28 +0000 (12:53 +0200)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Tue, 16 Jul 2019 10:53:28 +0000 (12:53 +0200)
src/gns/plugin_rest_gns.c

index 7f8d6fccf76b56cf554ab9c70413ee6452dcd393..a0a582a5050ba27c631be23dded32489ab8ff960 100644 (file)
@@ -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);
 }