Althttpd

Check-in [2ecbd4a08d]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:When responding with file content, do not use sendfile() if the size is >=0x7ffff000, as sendfile() will silently stop sending after that many bytes. Idea taken from /forumpost/9701efc9fe745511.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2ecbd4a08d95528b16216cb3d1119f1a488634ce4efb90b06a44f16c52792247
User & Date: stephan 2025-07-23 14:37:19.292
References
2025-07-23
14:38 Reply: Issue with large file downloads (artifact: 271162196d ... user: stephan)
Context
2025-08-14
15:02
Add the "Traffic By CGI" tables to the logview CGIs. (check-in: 29707a643a ... user: drh tags: trunk)
2025-07-23
14:37
When responding with file content, do not use sendfile() if the size is >=0x7ffff000, as sendfile() will silently stop sending after that many bytes. Idea taken from /forumpost/9701efc9fe745511. (check-in: 2ecbd4a08d ... user: stephan tags: trunk)
2025-07-16
20:01
Omit the "Human Traffic By Domain" analysis in the "logview" script. (check-in: d270a8dc54 ... user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to althttpd.c.