'
This commit is contained in:
Christian Grothoff
2018-12-05 18:20:00 +01:00
parent 11eb7a4826
commit 79a8955bb6
2 changed files with 3 additions and 4 deletions
+3
View File
@@ -1,3 +1,6 @@
Wed Dec 5 18:08:59 CET 2018
Fix regression causing URLs to be unescaped twice. -CG
Sun Nov 18 13:08:11 CET 2018
Parse arguments with (properly) escaped URLs correctly.
(making things work with recent cURL changes, #5473).
-4
View File
@@ -2307,10 +2307,6 @@ parse_initial_message_line (struct MHD_Connection *connection,
&connection_add_header,
&unused_num_headers);
}
if (NULL != uri)
daemon->unescape_callback (daemon->unescape_callback_cls,
connection,
uri);
connection->url = curi;
return MHD_YES;
}