We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7983cf commit 1e93543Copy full SHA for 1e93543
crates/corro-pg/src/lib.rs
@@ -524,7 +524,7 @@ pub async fn start(
524
Outcome::Completed(res) => res?,
525
Outcome::Preempted(_) => break,
526
};
527
- let mut conn = CountedTcpStream::wrap(tcp_conn, conn_gauge.clone());
+ let conn = CountedTcpStream::wrap(tcp_conn, conn_gauge.clone());
528
let tls_acceptor = tls_acceptor.clone();
529
debug!("Accepted a PostgreSQL connection (from: {remote_addr})");
530
0 commit comments