net/http.Server.WriteTimeout (field)
11 uses
net/http (current package)
h2_bundle.go#L4520: if sc.hs.WriteTimeout > 0 {
h2_bundle.go#L6269: if sc.hs.WriteTimeout > 0 {
h2_bundle.go#L6270: st.writeDeadline = sc.srv.afterFunc(sc.hs.WriteTimeout, st.onWriteTimeout)
server.go#L939: s.WriteTimeout,
server.go#L1036: if d := c.server.WriteTimeout; d > 0 {
server.go#L2999: WriteTimeout time.Duration
net/http/pprof
pprof.go#L125: if ok && srv.WriteTimeout > 0 {
pprof.go#L126: timeout := srv.WriteTimeout + time.Duration(seconds*float64(time.Second))
golang.org/x/net/http2
server.go#L478: if sc.hs.WriteTimeout > 0 {
server.go#L2164: if sc.hs.WriteTimeout > 0 {
server.go#L2165: st.writeDeadline = sc.srv.afterFunc(sc.hs.WriteTimeout, st.onWriteTimeout)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)