Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not cancel context on Connection.Close (#40769)
This commit removes a call to conn.cancelReqs() that causes the Connection to be unusable after Close() is called, leading to the bug described by #40705.
- Loading branch information