Skip to content

Commit 11724a8

Browse files
committed
No plan to fix
1 parent be536de commit 11724a8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

common/fragment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def from_enc_str(
133133
Create a Fragment from an encoded string as used in an HTTP header or URL parameter.
134134
The format of the string is: <block_uuid>:<start_byte>:<size>
135135
"""
136-
# TODO: Add expected_max_size parameter to avoid insane large sizes.
137136
parts = enc_str.split(":")
138137
if len(parts) != 3:
139138
raise InvalidEncodedFragment(encoded_fragment=enc_str)

0 commit comments

Comments
 (0)