Use timeout from the requests' session attribute in the methods
In legacy/trac#28741 we added HTTP headers to send in every request.
The session object was refactored to also add proxies and timeout.
But requests doesn't use a timeout attribute, it can only be passed as a method argument.
issue