Skip to content

Commit

Permalink
Corrected the listed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhAgarwal-dev committed Oct 3, 2024
1 parent 256621d commit 8e27bff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGES/9141.misc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Modified the `ClientSession` class by adding a private attribute `_test` of type `bool`, with a default value of `False` to the class.
Modified the default value of `retry_persistent_connection` in `ClientSession` to `False` if `_test` was `True`.
Also, `TestClient` initialized `ClientSession` with `test=True`. -- by :user:`ShubhAgarwal-dev`.
Modified the `ClientSession` class by adding a private attribute `_retry_connection` of type `bool`, with a default value of `True` to the class.
`retry_persistent_connection` in `ClientSession` is set to `False` if `_retry_connection` was `False`.
In the session of `TestClient`, `ClientSession` attribute `_retry_connection` is changed to `False` -- by :user:`ShubhAgarwal-dev`.

0 comments on commit 8e27bff

Please sign in to comment.