You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Flurl.Http/Configuration/FlurlClientCache.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ public virtual IFlurlClient Get(string name) {
85
85
thrownewArgumentException($"A client named '{name}' was not found. Either preconfigure the client using Add (typically at startup), or use GetOrAdd to add/configure one on demand when needed.");
86
86
87
87
if(cli.Value.IsDisposed)
88
-
thrownewException($"A client named '{name}' was not found but has been disposed and cannot be reused.");
88
+
thrownewException($"A client named '{name}' was found but has been disposed and cannot be reused.");
0 commit comments