Small comment update
This commit is contained in:
committed by
Jack Christensen
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 {
|
func (c *NetConn) SetBlockingMode(blocking bool) error {
|
||||||
// for UNIX do nothing
|
// Do nothing on UNIX systems
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user