Skip to content

Commit a93d81e

Browse files
committed
fix typo #3161 (comment)
1 parent 3fe1ce8 commit a93d81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/clients.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async def request(
9090
payload: dict = None,
9191
headers: dict = None,
9292
return_response: bool = False,
93-
read_before_return: bool = True,
93+
read_before_return: bool = False,
9494
) -> Union[ClientResponse, Dict[str, Any], str]:
9595
"""
9696
Makes a HTTP request.

0 commit comments

Comments
 (0)