Skip to content

Commit 6320055

Browse files
committed
Merge branch 'dev' into release-1.11.0
2 parents 99f3b07 + 1122cb7 commit 6320055

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

msal/application.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,12 @@ def __init__(
176176
By default, an in-memory cache will be created and used.
177177
:param http_client: (optional)
178178
Your implementation of abstract class HttpClient <msal.oauth2cli.http.http_client>
179-
Defaults to a requests session instance
179+
Defaults to a requests session instance.
180+
Since MSAL 1.11.0, the default session would be configured
181+
to attempt one retry on connection error.
182+
If you are providing your own http_client,
183+
it will be your http_client's duty to decide whether to perform retry.
184+
180185
:param verify: (optional)
181186
It will be passed to the
182187
`verify parameter in the underlying requests library

0 commit comments

Comments
 (0)