Skip to content

Commit

Permalink
Merge pull request #228 from bento-platform/feat/streaming/proxied-416
Browse files Browse the repository at this point in the history
feat(streaming): add "proxied" as a reason for a streaming 416 error
  • Loading branch information
davidlougheed authored Aug 21, 2024
2 parents e676a33 + 8351162 commit 3cd8b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bento_lib/streaming/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class StreamingException(Exception):
pass


RangeNotSatisfiableReason = Literal["start>=length", "end>=length", "inverted", "overlap"]
RangeNotSatisfiableReason = Literal["start>=length", "end>=length", "inverted", "overlap", "proxied"]


class StreamingRangeNotSatisfiable(StreamingException):
Expand Down

0 comments on commit 3cd8b59

Please sign in to comment.