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

libknot: bugfix: dont compress across multi-message response

parent fb48bd4b
No related branches found
No related tags found
1 merge request!1174Bugfix: cross-message-compression
Pipeline #68415 passed
......@@ -354,6 +354,9 @@ int knot_pkt_init_response(knot_pkt_t *pkt, const knot_pkt_t *query)
/* Clear payload. */
payload_clear(pkt);
/* Clear compression context. */
compr_clear(&pkt->compr);
return KNOT_EOK;
}
......
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