Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
76476: sql/pgwire: close cancel request conn as soon as possible r=otan a=rafiss fixes #76231 Rather than closing in the defer block, do it sooner. This is because some clients (e.g. PGJDBC) rely on timeout behavior where the connection is closed as soon as the request data is read. Release note: None Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>
- Loading branch information