commit fdb9004c6d4fcaea0bf8f8d09f62f31f9c0eea55
parent b98c6884291368b92a9f4485fb2ba3b7e94413cb
Author: Joris Vink <joris@coders.se>
Date: Thu, 2 May 2013 05:32:56 +0200
do not kill spdy sessions upon receiving unknown frames.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/spdy.c b/src/spdy.c
@@ -93,7 +93,7 @@ spdy_frame_recv(struct netbuf *nb)
r = net_recv_expand(c, nb, ctrl.length, cb);
} else {
kore_log("no callback for type %d", ctrl.type);
- r = KORE_RESULT_ERROR;
+ r = KORE_RESULT_OK;
}
} else {
r = KORE_RESULT_ERROR;