aboutsummaryrefslogtreecommitdiff
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)
downloadlibmicrohttpd-65a322cfe842d6028a0b27bc114b34ea178903eb.tar.gz
libmicrohttpd-65a322cfe842d6028a0b27bc114b34ea178903eb.zip
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,
1771 uri = NULL; 1771 uri = NULL;
1772 request->version_s = ""; 1772 request->version_s = "";
1773 args = NULL; 1773 args = NULL;
1774 url_end = line_len - (line - uri); 1774 url_end = line_len - (line - uri); // EH, this is garbage. FIXME!
1775 } 1775 }
1776 else 1776 else
1777 { 1777 {