summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-25 20:51:40 +0200
committerChristian Grothoff <christian@grothoff.org>2018-03-25 20:51:40 +0200
commit65a322cfe842d6028a0b27bc114b34ea178903eb (patch)
treec834eb97fc17b45b87328ef837ed3b96ddf82e53
parent223e88c4164583cdcac06a8b51554dfdf6f3c137 (diff)
mark bug, too tired to fix right now
-rw-r--r--src/lib/connection_call_handlers.c2
1 files changed, 1 insertions, 1 deletions
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
{