net.Conn.Close (method)
31 uses
net (current package)
dial.go#L560: c.Close()
dnsclient_unix.go#L198: c.Close()
net.go#L132: Close() error
net/http
h2_bundle.go#L4419: sc.conn.Close()
h2_bundle.go#L4535: func (sc *http2serverConn) CloseConn() error { return sc.conn.Close() }
h2_bundle.go#L4762: defer sc.conn.Close()
h2_bundle.go#L5082: sc.conn.Close()
h2_bundle.go#L8209: cc.tconn.Close()
h2_bundle.go#L8220: nc.Close()
server.go#L385: cw.res.conn.rwc.Close()
server.go#L394: cw.res.conn.rwc.Close()
server.go#L1800: c.rwc.Close()
server.go#L1978: re.Conn.Close()
server.go#L3014: c.rwc.Close()
server.go#L3118: c.rwc.Close()
server.go#L3859: err = c.Conn.Close()
socks_bundle.go#L330: c.Close()
socks_bundle.go#L383: c.Close()
transport.go#L1658: plainConn.Close()
transport.go#L1715: go pconn.conn.Close()
transport.go#L1763: conn.Close()
transport.go#L1780: conn.Close()
transport.go#L1825: conn.Close()
transport.go#L1832: conn.Close()
transport.go#L1839: conn.Close()
transport.go#L1846: conn.Close()
transport.go#L2848: pc.conn.Close()
crypto/tls
conn.go#L1434: return c.conn.Close()
conn.go#L1444: if err := c.conn.Close(); err != nil {
conn.go#L1547: _ = c.conn.Close()
tls.go#L160: rawConn.Close()
![]() |
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. |