Are you adding the reply headers in the failure_route? Or in the request_route?
The transaction is not deleted immediately once it is cancelled (or sends out a negative response), but it is kept in memory for wait_time to absorb the retransmissions.
So this situation might be in the case one adds reply lumps (headers to replies) in a failure route, which are deleted once the failure route is executed...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.