Change byte range formatting #6
Closed
hackerfactor
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
The current updated format plan as far as i am aware:
The default value would be |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Specs updated to match. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As discussed in #4, my initial definition for the byte range parameter (
b=) contains some ambiguities:b=p-(s-50). The recommendation is to use hyphens for math and tilda for range:b=p~s-50. This makes the parenthesis unnecessary.bande. Such asb=b~s,s~efor the entire file (excluding the signature).sliteral has two meanings. On the left-side of the range, it refers to the start of the signature. One the right-side, it refers to the end of the signature. The proposal is to use two different literals for the start and end of the signature. This hasn't been resolved yet.Beta Was this translation helpful? Give feedback.
All reactions