net.Conn.Write (method)
11 uses
net (current package)
dnsclient_unix.go#L109: if _, err := c.Write(b); err != nil {
dnsclient_unix.go#L136: if _, err := c.Write(b); err != nil {
net.go#L128: Write(b []byte) (n int, err error)
net/http
h2_bundle.go#L7651: nn, err := sew.conn.Write(p[n:])
server.go#L3845: n, err = c.Conn.Write(p)
server.go#L3872: n, err = w.c.rwc.Write(p)
socks_bundle.go#L70: if _, ctxErr = c.Write(b); ctxErr != nil {
socks_bundle.go#L111: if _, ctxErr = c.Write(b); ctxErr != nil {
transport.go#L1890: n, err = w.pc.conn.Write(p)
crypto/tls
conn.go#L948: n, err := c.conn.Write(data)
conn.go#L958: n, err := c.conn.Write(c.sendBuf)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |