net/http.ResponseController.SetWriteDeadline (method)

2 uses

	net/http (current package)
		responsecontroller.go#L105: func (c *ResponseController) SetWriteDeadline(deadline time.Time) error {

	net/http/pprof
		pprof.go#L129: 		rc.SetWriteDeadline(time.Now().Add(timeout))