Skip to content

Commit

Permalink
add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
smason committed Nov 27, 2023
1 parent 64e6343 commit 4ae4b71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/3216.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
HTTPResponse.stream(amt=None) now yields data from non-chunked responses as it
is available. Previously all intermediate data was buffered and only returned
as a single bytes object at the end of the the response.

0 comments on commit 4ae4b71

Please sign in to comment.