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
Currently there are several possible implementations of a content.Provider, depending on the scheme used in the URL passed to FromURL. These implementations differ in how they use the passed-in context.
httpProvider.Get(ctx) should use the passed-in context to allow the caller to define a timeout, rather than adding its own (unconfigurable) one.
The text was updated successfully, but these errors were encountered:
Currently there are several possible implementations of a
content.Provider
, depending on the scheme used in the URL passed toFromURL
. These implementations differ in how they use the passed-in context.httpProvider.Get(ctx)
should use the passed-in context to allow the caller to define a timeout, rather than adding its own (unconfigurable) one.The text was updated successfully, but these errors were encountered: