Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ErrHandlerTimeout (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/filters/timeout.go

    // provided. (If msg is empty, a suitable default message will be sent.) After
    // the handler times out, writes by h to its http.ResponseWriter will return
    // http.ErrHandlerTimeout. If timeoutFunc returns a nil timeout channel, no
    // timeout will be enforced. recordFn is a function that will be invoked whenever
    // a timeout happens.
    func WithTimeout(h http.Handler, timeoutFunc timeoutFunc) http.Handler {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 26 16:28:45 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top