mirror of https://github.com/kiwix/libkiwix.git
Fixed a comment
This commit is contained in:
parent
886ae17274
commit
50a850f3a9
|
@ -49,7 +49,7 @@ class ByteRange
|
||||||
// This is a response to a regular (non-range) request
|
// This is a response to a regular (non-range) request
|
||||||
RESOLVED_FULL_CONTENT,
|
RESOLVED_FULL_CONTENT,
|
||||||
|
|
||||||
// The range request is valid but unsatisfiable
|
// The range request is invalid or unsatisfiable
|
||||||
RESOLVED_UNSATISFIABLE,
|
RESOLVED_UNSATISFIABLE,
|
||||||
|
|
||||||
// This is a response to a (satisfiable) range request
|
// This is a response to a (satisfiable) range request
|
||||||
|
|
Loading…
Reference in New Issue