Actions
Bug #2376
closedPossible wrong info for Network-handler when you run "lighttpd -V"
ASK QUESTIONS IN Forums:
Description
I run Lighttpd on FreeBSD.
On lighttpd.conf I have:
server.network-backend = "writev"
But when I run:
lighttpd -V it shows:
Network handler:
+ sendfile
On error.log I see messages about writev so I believe that writev is used but "lighttpd -V" shows incorrectly that sendfile is used.
Files
Updated by mm almost 13 years ago
- File network_handlers.patch network_handlers.patch added
I am attaching a patch that fixes this. Lighttpd should report all supported handlers and not just stop at sendfile.
Updated by stbuehler almost 13 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2824.
Actions
Also available in: Atom