put this back, split off into another pr

This commit is contained in:
Floris Bruynooghe
2026-03-11 17:50:36 +01:00
parent 184e46547a
commit 78d1dcd7ea
+1
View File
@@ -5753,6 +5753,7 @@ impl Connection {
&& let Some(token) = path.path_responses.pop_on_path(path.network_path)
{
let response = frame::PathResponse(token);
trace!(frame = %response);
builder.write_frame(response, stats);
builder.require_padding();