Activity
From 2026-09-10 to 2026-09-16
Today
- SD 17:21 Lighttpd Feature #3324: reduce "sockets (en|dis)abled" log spam
- Sorry? I know about the options you gave, except that pipe-logger one.
I use server.errorlog-use-syslog = "enable".
And accesslog.use-syslog = "enable".
That is busybox syslogd on the server, it has the -S (smaller) and -D (drop dupl... - GS 15:31 Lighttpd Feature #3324 (Invalid): reduce "sockets (en|dis)abled" log spam
- GS 15:30 Lighttpd Feature #3324: reduce "sockets (en|dis)abled" log spam
- Existing options:
* use syslog and set the log level above NOTICE
* use a piped-logger and filter the note
* adjust server.listen-backlog (see [[Docs_ConfigurationOptions]]) if you prefer to reject connections rather than have them sit i... - SD 13:22 Lighttpd Feature #3324 (Invalid): reduce "sockets (en|dis)abled" log spam
- Hello.
I currently have almost 50 percent of all log entries being
2026-09-13
- MA 22:40 Lighttpd Bug #3323: "control frame size invalid" disconnects due to accessing wrong frame-octet
- Thank you, too.
I am looking forward to next weekend.
Have a great week.
BR Stephan - GS 19:26 Lighttpd Bug #3323: "control frame size invalid" disconnects due to accessing wrong frame-octet
- Thank you. That is that patch that I applied. I re-applied your patch to give you credit, and I made some adjustments to the commit message.
The patch is scheduled to be pushed to lighttpd git master branch next weekend. - MA 18:01 Lighttpd Bug #3323: "control frame size invalid" disconnects due to accessing wrong frame-octet
- gstrauss wrote in #note-1:
> Thank you for the report and patch. At first glance, I think the check for control frames can move above the early increment.
You are right - moving the check (within the outer "if") upward should solve ... - GS 17:43 Lighttpd Bug #3323: "control frame size invalid" disconnects due to accessing wrong frame-octet
- Thank you for the report and patch. At first glance, I think the check for control frames can move above the early increment.
- MA 16:47 Lighttpd Bug #3323 (Patch Pending): "control frame size invalid" disconnects due to accessing wrong frame-octet
- The full patch is attached - Please pull it for future lighttpd-version.
In cases of large buffers (>=2048byte) and high bursts:
Small frames still can happen, leading to misinterpretation of
"payload length" as "opcode" - and thus ...