Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql/pgwire: close cancel request conn as soon as possible
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
- Loading branch information