af-binder: Extend maxlength of websocket messages 91/11491/2
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 23 Oct 2017 12:31:10 +0000 (14:31 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 24 Oct 2017 08:21:02 +0000 (08:21 +0000)
The default maxlength of 65000 bytes is too limited.
This commit extends the maxlength to 1048500 bytes.

Also includes minor improvements and fixes.

Bug-AGL: SPEC-981

Change-Id: Ic891ae90bbdd5ec94310bfc3aea1fb30f6e80077
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11491
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb

index e672e6f..7278e15 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "32bc7ed3914171cd7945551a5ba82afe909afe32"
+SRCREV = "425026b352cec3980d111bdc30e8dcc77c117ee0"
 PV = "master+git${SRCPV}"
 
 S = "${WORKDIR}/git"