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
requests.get which is used by _load_external_url method, by default does not have any timeout set, while it's recommended for nearly all the production code to set some proper value. Currently, it's possible that premailer hangs forever when there are issues with a resource server.
requests.get
which is used by_load_external_url
method, by default does not have any timeout set, while it's recommended for nearly all the production code to set some proper value. Currently, it's possible thatpremailer
hangs forever when there are issues with a resource server.Ref: https://requests.readthedocs.io/en/latest/user/quickstart/#timeouts
The text was updated successfully, but these errors were encountered: