File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ func methodProbablyWrong(method string) bool {
39
39
return ! stdMethods [method ] && stdMethods [strings .ToUpper (method )]
40
40
}
41
41
42
- // ConnectionFailure is a responder that returns a connection failure.
43
- // This is the default responder and is called when no other matching
44
- // responder is found. See [RegisterNoResponder] to override this
45
- // default behavior.
42
+ // ConnectionFailure is a responder that returns the error
43
+ // [NoResponderFound]. This is the default responder and is called
44
+ // when no other matching responder is found. See
45
+ // [RegisterNoResponder] to override this default behavior.
46
46
func ConnectionFailure (* http.Request ) (* http.Response , error ) {
47
47
return nil , NoResponderFound
48
48
}
You can’t perform that action at this time.
0 commit comments