mirror of https://github.com/jackc/pgx.git
Small comment update
parent
b2b4fbcf57
commit
1298a835bc
|
@ -81,6 +81,6 @@ func (c *NetConn) realNonblockingRead(b []byte) (n int, err error) {
|
|||
}
|
||||
|
||||
func (c *NetConn) SetBlockingMode(blocking bool) error {
|
||||
// for UNIX do nothing
|
||||
// Do nothing on UNIX systems
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue