In case of range request: * there could be too many action checks * there could be too many action statuses - filling the db and hitting the quote So, this PR skip action existing check and skip logging (following the approach from #1331 PR by @zyga) Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -102,8 +102,7 @@ public final class FileStreamingUtil {
|
||||
return new ResponseEntity<>(HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE);
|
||||
}
|
||||
|
||||
// RFC: if the representation is unchanged, send me the part(s) that
|
||||
// I am requesting in
|
||||
// RFC: if the representation is unchanged, send me the part(s) that I am requesting in
|
||||
// Range; otherwise, send me the entire representation.
|
||||
checkForShortcut(request, etag, lastModified, full, ranges);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user