mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
libmicrohttpd: update to libmicrohttpd-0.9.63
This commit is contained in:
parent
6c8fdf51e7
commit
da32f0acb3
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libmicrohttpd"
|
PKG_NAME="libmicrohttpd"
|
||||||
PKG_VERSION="0.9.61"
|
PKG_VERSION="0.9.63"
|
||||||
PKG_SHA256="dbc469b4a930a79e61f67dc69c665317d44d9d8eb8378d1bd715775ea849d435"
|
PKG_SHA256="37c36f1be177f0e37ef181a645cd3baac1000bd322a01c2eff70f3cc8c91749c"
|
||||||
PKG_LICENSE="LGPLv2.1"
|
PKG_LICENSE="LGPLv2.1"
|
||||||
PKG_SITE="http://www.gnu.org/software/libmicrohttpd/"
|
PKG_SITE="http://www.gnu.org/software/libmicrohttpd/"
|
||||||
PKG_URL="http://ftpmirror.gnu.org/libmicrohttpd/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="http://ftpmirror.gnu.org/libmicrohttpd/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
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