fix: regression by reverting fix that returned 206 when first-pos=length in Range header

This commit is contained in:
Laurence Isla
2023-10-21 16:28:08 -05:00
committed by GitHub
parent eb238ad678
commit 317619bf62
3 changed files with 30 additions and 32 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- #2824, Fix range request with 0 rows and 0 offset return status 416 - @strengthless
- #2824, Fix regression by reverting fix that returned 206 when first position = length in a `Range` header - @laurenceisla, @strengthless
- #3015, Fix unnecessary count() on RPC returning single - @steve-chavez
## [11.2.1] - 2023-10-03