Closed ajndkr closed 1 year ago
This PR fixes the background attribute usage inside the response class.
background
stream_response method was written with the incorrect assumption that background is a function and not an instance of starlette.background.BackgroundTask.
stream_response
starlette.background.BackgroundTask
Description
This PR fixes the
background
attribute usage inside the response class.stream_response
method was written with the incorrect assumption thatbackground
is a function and not an instance ofstarlette.background.BackgroundTask
.