diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-24 15:46:24 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-24 15:48:43 +0200 |
| commit | 4fa1b3e89e1fc3902217c701711acd4d4c9ab01c (patch) | |
| tree | de0d34060fd2795746a90aa3f4d781da6d9af0bb /libweb | |
| parent | 173528aef50a4b452acdd8ec9aff13f25c3e092c (diff) | |
| download | slcl-4fa1b3e89e1fc3902217c701711acd4d4c9ab01c.tar.gz | |
thumbnail/main.c: Use new cftw interface
This was a leftover from the following commit:
commit 173528aef50a4b452acdd8ec9aff13f25c3e092c
Author: Xavier Del Campo Romero
Date: Wed Sep 24 11:01:31 2025 +0200
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.
Diffstat (limited to 'libweb')
0 files changed, 0 insertions, 0 deletions
