afb-websock: Fix double close
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 16 Mar 2018 10:39:07 +0000 (11:39 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 16 Mar 2018 15:27:01 +0000 (16:27 +0100)
commit1fca4b9b36dc1bb3c5ee7ec1ce6b5d74ffbfe29c
tree942598aca919fc4b38f48515a694f989191ce742
parent24d000c2290126abf88204089d132229d63f9a05
afb-websock: Fix double close

Integration with newer versions of libmicrohttpd
was closing two times the file descriptor:
 - one time by the websocket within afb
 - one time by the upgrade close of libmicrohttpd

Thanks to 'autoclose' feature of 'fdev', the solution
is quiet easily.

Bug-AGL: SPEC-1345

Change-Id: Ifb691b3f69c095b5ff44bfd7f7267ea24d52df6d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-websock.c