You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The new http.ResponseController type added in Go 1.20: https://go.dev/doc/go1.20#http_responsecontroller requires ResponseWriters that are wrapping the original passed to ServeHTTP to implement an Unwrap method: https://pkg.go.dev/net/http#NewResponseController With this in place, it is possible to call methods such as Flush and SetReadDeadline on a loggingResponseWriter without needing to implement them there ourselves. Updates tailscale/corp#34763 Updates tailscale/corp#34813 Signed-off-by: James Sanderson <jsanderson@tailscale.com> |
5 months ago | |
|---|---|---|
| .. | ||
| promvarz | 11 months ago | |
| varz | 7 months ago | |
| debug.go | 1 year ago | |
| debug_test.go | 3 years ago | |
| log.go | 2 years ago | |
| pprof_default.go | 1 year ago | |
| pprof_js.go | 1 year ago | |
| request_id.go | 1 year ago | |
| tsweb.go | 5 months ago | |
| tsweb_test.go | 1 year ago | |