Comparison

plugins/mod_http_file_share.lua @ 13847:cbd234461c41 13.0

mod_storage_internal: Fix queries with only start returning extra items Queries with start > last item would return one item, because there's some boundary condition in binary_search(). This is here fixed by always applying filters that omit items outside the requested range. See also 2374c7665d0b
author Kim Alvefur <zash@zash.se>
date Mon, 14 Apr 2025 15:10:29 +0200
parent 13786:284b100acda1
child 13854:0b01f40df0f9
comparison
equal deleted inserted replaced
13845:2558be2daaca 13847:cbd234461c41