gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 03/03: mark bug, too tired to fix right now


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 03/03: mark bug, too tired to fix right now
Date: Sun, 25 Mar 2018 20:51:45 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit 65a322cfe842d6028a0b27bc114b34ea178903eb
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 25 20:51:40 2018 +0200

    mark bug, too tired to fix right now
---
 src/lib/connection_call_handlers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/connection_call_handlers.c 
b/src/lib/connection_call_handlers.c
index 2e093495..ab909da8 100644
--- a/src/lib/connection_call_handlers.c
+++ b/src/lib/connection_call_handlers.c
@@ -1771,7 +1771,7 @@ parse_initial_message_line (struct MHD_Request *request,
       uri = NULL;
       request->version_s = "";
       args = NULL;
-      url_end = line_len - (line - uri);
+      url_end = line_len - (line - uri); // EH, this is garbage. FIXME!
     }
   else
     {

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



reply via email to

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