Versions in this module Expand all Collapse all v0 v0.1.1 Dec 16, 2021 Changes in this version + type BufferedWriteError struct + BufferedData []byte + Written int + func (err BufferedWriteError) Error() string + func (err BufferedWriteError) Unwrap() error + type Conn struct + func Wrap(conn net.Conn, f SplitFunc) *Conn + func (c *Conn) SetNoDelay(noDelay bool) error + func (c *Conn) Write(b []byte) (n int, err error) + type HelloParsingError struct + BufferedData []byte + func (err HelloParsingError) Error() string + func (err HelloParsingError) Unwrap() error + type SplitFunc func([]byte) [][]byte v0.1.0 May 28, 2020