From e9079c8e3cbf8e4f056df66be9d497b7df4f84fd Mon Sep 17 00:00:00 2001 From: José Bollo Date: Mon, 29 Aug 2016 23:25:25 +0200 Subject: Improves the handling of upgrade for websockets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous implmentation wasn't enough good to allow the websocket handshake by any client. In particular, the Qt client wasn't able to connect to binder's websockets. Also upgrade to MHD 0.9.49 (compatible with krogoth) Change-Id: Ib5800a4ff6c3d5e6bb11359266867fde52c06dce Signed-off-by: José Bollo Signed-off-by: Stephane Desneux --- .../recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-app-framework/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bbappend (limited to 'meta-app-framework/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bbappend') diff --git a/meta-app-framework/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bbappend b/meta-app-framework/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bbappend new file mode 100644 index 000000000..c26b8119f --- /dev/null +++ b/meta-app-framework/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bbappend @@ -0,0 +1,5 @@ + +FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" +SRC_URI += " file://allows-upgrade.patch" + + -- cgit 1.2.3-korg