You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Range header has good potential for reading local files, but it's limited (only bytes is supported) and multipart/byteranges response format is clunky.
Perhaps it would make sense to deviate from standard here, providing a single response with all chunks concatenated, and introducing more units (maybe lines?).
The text was updated successfully, but these errors were encountered:
The
Range
header has good potential for reading local files, but it's limited (onlybytes
is supported) andmultipart/byteranges
response format is clunky.Perhaps it would make sense to deviate from standard here, providing a single response with all chunks concatenated, and introducing more units (maybe
lines
?).The text was updated successfully, but these errors were encountered: