Open
Description
When using a connection pool with tokio_postgres, the connection hangs until a TimedOut error is returned if the password is incorrect. This behaviour is undesirable and should just result in authentication failure.
To re-produce, simply try connect to any database using an incorrect password and the connection will hang until it times out.
Metadata
Metadata
Assignees
Labels
No labels