Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Requests stream response support cs 3 #376

Merged
merged 7 commits into from
Aug 15, 2021

Conversation

maorlx
Copy link
Member

@maorlx maorlx commented Aug 12, 2021

No description provided.

@maorlx maorlx requested a review from a team as a code owner August 12, 2021 13:00
@maorlx maorlx requested a review from Alon-Katz August 12, 2021 13:00
try:
return data.decode('utf-8')
except UnicodeDecodeError:
return str(data)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would change this to a single return data at the end, then assign data to its value instead of returning at each step

@maorlx maorlx merged commit ebc0d52 into master Aug 15, 2021
@maorlx maorlx deleted the requests_stream_response_support-CS-3 branch August 15, 2021 11:03
@ranrib
Copy link
Member

ranrib commented Aug 15, 2021

🎉 This PR is included in version 1.73.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants