fix: range request with 0 rows and 0 offset return status 416 (#2991)

This commit is contained in:
Kam Ting Hoi
2023-10-25 16:16:21 +02:00
committed by Wolfgang Walther
parent d07b5acf15
commit e1e0cea494
3 changed files with 18 additions and 3 deletions
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- #2824, Fix range request with 0 rows and 0 offset return status 416 - @strengthless
## [11.2.1] - 2023-10-03
### Fixed