mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
do not kill spdy sessions upon receiving unknown frames.
This commit is contained in:
parent
b98c688429
commit
fdb9004c6d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user