Skip to content

Commit 9dee118

Browse files
authored
Fix range request value (#3365)
Fixes #3357
1 parent 38499b3 commit 9dee118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-httpbis-unencoded-digest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ The second example demonstrates a range request with content negotiation.
292292
GET /boringstring HTTP/1.1
293293
Host: example.org
294294
Accept-Encoding: gzip
295-
Range: bytes=0-10
295+
Range: bytes=0-9
296296

297297
~~~
298298
{: title="Range request with content negotiation"}

0 commit comments

Comments
 (0)