mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-15 04:00:38 +00:00
Add todo
This commit is contained in:
@@ -195,7 +195,9 @@ impl ProxyConnection {
|
||||
if received_something {
|
||||
bail!("connection is lost");
|
||||
} else {
|
||||
return Ok(None); // Probably load balancer health check
|
||||
// Probably load balancer health check
|
||||
// TODO check peer_addr to make sure.
|
||||
return Ok(None);
|
||||
}
|
||||
}
|
||||
bad => bail!("unexpected message type: {:?}", bad),
|
||||
|
||||
2
vendor/postgres
vendored
2
vendor/postgres
vendored
Submodule vendor/postgres updated: 12250cf3af...3b166d06cf
Reference in New Issue
Block a user