Skip to content

Commit

Permalink
fix: coding blind
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy authored Jul 23, 2024
1 parent 43ee1f6 commit 2a5002a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet/api/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ async def close(self):
streamer = Streamer()

return StreamingResponse(
streamer.stream_content({"Range": range}),
streamer.stream_content({"Range": range_header}),
status_code=206,
headers={
"Content-Range": response.headers["Content-Range"],
Expand Down

0 comments on commit 2a5002a

Please sign in to comment.