net/http.conn.server (field)
24 uses
net/http (current package)
server.go#L251: server *Server
server.go#L635: server: srv,
server.go#L967: if d := c.server.readHeaderTimeout(); d != 0 {
server.go#L970: if d := c.server.ReadTimeout; d != 0 {
server.go#L974: if d := c.server.WriteTimeout; d != 0 {
server.go#L980: c.r.setReadLimit(c.server.initialReadLimitSize())
server.go#L1138: w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1143: w.conn.server.logf("http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1159: w.conn.server.logf("http: invalid Content-Length of %q", cl)
server.go#L1229: keepAlivesEnabled := w.conn.server.doKeepAlives()
server.go#L1424: w.conn.server.logf("http: WriteHeader called with both Transfer-Encoding of %q and a Content-Length of %d",
server.go#L1585: w.conn.server.logf("http: response.Write on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1754: srv := c.server
server.go#L1825: c.server.logf("http: panic serving %v: %v\n%s", c.remoteAddr, err, buf)
server.go#L1834: if d := c.server.ReadTimeout; d != 0 {
server.go#L1837: if d := c.server.WriteTimeout; d != 0 {
server.go#L1849: c.server.logf("http: TLS handshake error from %s: %v", c.rwc.RemoteAddr(), err)
server.go#L1855: if fn := c.server.TLSNextProto[proto]; fn != nil {
server.go#L1856: h := initALPNRequest{ctx, tlsConn, serverHandler{c.server}}
server.go#L1861: fn(c.server, tlsConn, h)
server.go#L1879: if c.r.remain != c.server.initialReadLimitSize() {
server.go#L1952: serverHandler{c.server}.ServeHTTP(w, w.req)
server.go#L1967: if !w.conn.server.doKeepAlives() {
server.go#L1975: if d := c.server.idleTimeout(); d != 0 {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |