Skip to content
Snippets Groups Projects
Commit acc83117 authored by Libor Peltan's avatar Libor Peltan
Browse files

quic: dont expect nonzero message len

parent 6dd8df46
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,6 @@ void handle_quic_streams(knot_quic_conn_t *conn, knotd_qdata_params_t *params,
assert(stream->inbufs != NULL);
assert(stream->inbufs->n_inbufs > 0);
struct iovec *inbufs = knot_tinbufu_res_inbufs(stream->inbufs);
assert(inbufs[0].iov_len > 0);
if (msg) {
#ifdef ENABLE_XDP
params_xdp_update(params, KNOTD_QUERY_PROTO_QUIC, msg,
......
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