@@ -314,6 +314,13 @@ impl Writer for InternalStream {
Ssl(refmuts)=>s.write(buf)
}
}
fnflush(&mutself){
match*self{
Normal(refmuts)=>s.flush(),
Ssl(refmuts)=>s.flush()
}
}
}
structInnerPostgresConnection{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.