Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrClosedByRemote error = errors.Join(net.ErrClosed, errors.New("closed by remote")) ErrMainConnClosed error = errors.Join(net.ErrClosed, errors.New("main conn closed")) ErrDialingIsCanceled error = errors.New("dial is canceled") ErrReadBufIsFull error = errors.New("read buf is full") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.