mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libmicrohttpd: fix kodi issue #14991
This commit is contained in:
parent
757d55735a
commit
02d8b1fef9
@ -0,0 +1,15 @@
|
||||
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
|
||||
index abc622e..cd4e825 100644
|
||||
--- a/src/microhttpd/connection.c
|
||||
+++ b/src/microhttpd/connection.c
|
||||
@@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user