Closed EvgeniiMekhanik closed 1 month ago
When we have pipelined responses in one skb we split such skb and save pointer to the next skb in local variable. If processing of first response fails we don't free splitted skb. This patch fixes this behavior.
We need https://github.com/tempesta-tech/tempesta-test/issues/661 to check this PR
When we have pipelined responses in one skb we split such skb and save pointer to the next skb in local variable. If processing of first response fails we don't free splitted skb. This patch fixes this behavior.