From 173528aef50a4b452acdd8ec9aff13f25c3e092c Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 24 Sep 2025 11:01:31 +0200 Subject: Make search non-blocking Thanks to a new feature in libweb, it is now possible to generate HTTP responses asynchronously i.e., without blocking other clients if the response takes a long time to generate. This now allow users to search for files or directories without blocking other users, regardless how much time the search operation takes. This required cftw to deviate from the POSIX-like, blocking interface it had so far, and has been replaced now with a non-blocking interface, so that directories are inspected one entry at a time. --- libweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libweb') diff --git a/libweb b/libweb index f7864cb..5a6f304 160000 --- a/libweb +++ b/libweb @@ -1 +1 @@ -Subproject commit f7864cb7d49a8ca5bddf8d1f68b71ecd5ed85adc +Subproject commit 5a6f30440b66fe6713acb9d979dc3e6624e4c36a -- cgit v1.2.3