commit 65a322cfe842d6028a0b27bc114b34ea178903eb parent 223e88c4164583cdcac06a8b51554dfdf6f3c137 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 25 Mar 2018 20:51:40 +0200 mark bug, too tired to fix right now Diffstat:
| M | 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 @@ -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 {