Project

General

Profile

Actions

Bug #2376

closed

Possible wrong info for Network-handler when you run "lighttpd -V"

Added by CyberCr33p over 12 years ago. Updated over 12 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
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

network_handlers.patch (1.05 KB) network_handlers.patch mm, 2011-12-24 01:32
Actions #1

Updated by mm over 12 years ago

I am attaching a patch that fixes this. Lighttpd should report all supported handlers and not just stop at sendfile.

Actions #2

Updated by stbuehler over 12 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset r2824.

Actions

Also available in: Atom