aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-apiset.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-11-28 11:13:27 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2017-11-29 18:20:23 +0100
commit0891ef4826e347d5554c630b5c0ce73c68f76c9c (patch)
tree709e83f364bc7950d2716f65b513384a9d335ef7 /src/afb-apiset.c
parent45c8372c2b4137691a38c2a04f4a5759a110f2f7 (diff)
afb-ws & websocket: Fix writing very long data
This version loops to write very long data on websockets. Bug-AGL: SPEC-1091 Change-Id: I8f17e75e4ef483be29fa8cae2c0af159783ec2c6 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-apiset.c')
-rw-r--r--src/afb-apiset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afb-apiset.c b/src/afb-apiset.c
index cad12e97..ae1d9460 100644
--- a/src/afb-apiset.c
+++ b/src/afb-apiset.c
@@ -29,7 +29,6 @@
#include "afb-apiset.h"
#include "afb-context.h"
#include "afb-xreq.h"
-#include "jobs.h"
#define INCR 8 /* CAUTION: must be a power of 2 */