do not kill spdy sessions upon receiving unknown frames.

This commit is contained in:
Joris Vink 2013-05-02 05:32:56 +02:00
parent b98c688429
commit fdb9004c6d
1 changed files with 1 additions and 1 deletions

View File

@ -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;