Skip to content
Snippets Groups Projects
Commit 98950829 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Disabled packet bypassing

parent e56acbf1
No related branches found
No related tags found
No related merge requests found
......@@ -840,9 +840,9 @@ int knot_packet_parse_rest(knot_packet_t *packet)
return KNOT_EBADARG;
}
if (packet->parsed >= packet->size) {
return KNOT_EOK;
}
// if (packet->parsed >= packet->size) {
// return KNOT_EOK;
// }
size_t pos = packet->parsed;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment