hold cancel session (#6750)

## Problem

In a recent refactor, we accidentally dropped the cancel session early

## Summary of changes

Hold the cancel session during proxy passthrough
This commit is contained in:
Conrad Ludgate
2024-02-14 10:26:32 +00:00
committed by GitHub
parent a97b54e3b9
commit a9ec4eb4fc
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -331,6 +331,7 @@ pub async fn handle_client<S: AsyncRead + AsyncWrite + Unpin>(
compute: node,
req: _request_gauge,
conn: _client_gauge,
cancel: session,
}))
}