Set the default request timeout to something other than None
#434
Labels
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The AuthorizedSession.requests() method does not specify a default timeout.
Since production code would almost always want to have some sort of a timeout, let's add one. The libraries that rely on
google-auth
, but do (yet) not specify a timeout themselves, would benefit from that.Example: storage issue
The text was updated successfully, but these errors were encountered: