Project

General

Profile

Activity

From 2020-11-03 to 2020-11-09

2020-11-09

23:20 Revision c0e2667b: [multiple] handle NULL val as empty in *_env_add (fixes #3030)
(bug on master branch; never released)
(thx flynn)
x-ref:
"Fastcgi fails if server.tag is empty"
https://redmin...
gstrauss
22:30 Bug #3031: uwsgi fails with HTTP/2
Thanks for reporting this. This is a bug in uwsgi, but I'll think about a workaround in lighttpd.
Protocols that fo...
gstrauss
14:12 Bug #3031 (Fixed): uwsgi fails with HTTP/2
Updating to the upcoming version 1.4.56 and enabling HTTP/2 my searx instance fails with a 502.
Using strace I fou...
flynn
22:24 Bug #3030 (Patch Pending): Fastcgi fails if server.tag is empty
Thanks for tracking that down.
I've modified the code to accept a 0-length value with NULL ptr when creating the C...
gstrauss
13:05 Bug #3030 (Fixed): Fastcgi fails if server.tag is empty
Updating to the upcoming version 1.4.56 all my php-Script fail with a return code 400.
Reducing my setup I found,...
flynn
10:07 Revision 21337394: [tests] allow LIGHTTPD_EXE_PATH override
allow LIGHTTPD_EXE_PATH override to be able to run source tree tests/*.t
against installed executable, e.g. LIGHTTPD_...
gstrauss

2020-11-05

18:20 Revision ff7cbcf5: [mod_maxminddb] fix config validation typo
(bug on master branch; never released)
(thx maxentry)
x-ref:
"maxminddb.env error 1.4.56"
https://redmine.light...
gstrauss
06:17 Revision 2a3fac76: [mod_openssl] adjust LIBRESSL_VERSION_NUMBER check
libressl >= 0x3000000fL has SSL_set1_chain(), but not some other APIs gstrauss
06:08 Revision dce44060: [core] stat_cache preprocessor paranoia
gstrauss
05:48 Revision 520bffcd: [core] use struct kevent on stack in stat_cache
This alternative approach attempts to work around error:
invalid application of 'sizeof' to incomplete type 'struct...
gstrauss
03:47 Revision 57f450f1: [mod_openssl] add LIBRESSL_VERSION_NUMBER checks
add some additional LIBRESSL_VERSION_NUMBER checks for feature support gstrauss
01:40 Bug #3029 (Fixed): mod_wstunnel kills child on disconnect after idle-timeout from connection start
Applied in changeset commit:639f70a00f2b723911bc5e3aaaddfdf9a47942e3. gstrauss
01:16 Revision 8e1394ea: [core] no graceful-restart-bg on OpenBSD, NetBSD
disable server.graceful-restart-bg on OpenBSD and NetBSD
kqueue is not inherited across fork, and OpenBSD and NetBSD...
gstrauss
01:16 Revision 0b00b13a: [core] use kqueue() instead of FAM/gamin on *BSD
Note: there have always been limitations with lighttpd stat_cache.[ch]
using FAM/gamin on *BSD via kqueue() as lightt...
gstrauss

2020-11-04

08:53 Revision 1efd7445: [core] cold func for gw_recv_response error case
gw_recv_response_error() gstrauss
08:53 Revision 639f70a0: [core] set last_used on rd/wr from backend (fixes #3029)
x-ref:
"mod_wstunnel kills child on disconnect after idle-timeout from connection start"
https://redmine.lighttpd...
gstrauss
08:53 Revision 3db556fd: [mod_nss] update session ticket NSS devel comment
Update: NSS developer explains:
"The way that we currently operate is to tie the session key encryption
to the serve...
gstrauss
08:53 Revision 7ce8b22c: [build] detect inotify header <sys/inotify.h>
gstrauss
08:53 Revision 5c717302: [core] use inotify in stat_cache.[ch] on Linux
use inotify in stat_cache.[ch] on Linux, replacing FAM/gamin gstrauss
05:15 Bug #3029 (Patch Pending): mod_wstunnel kills child on disconnect after idle-timeout from connection start
> The unused time is calculated based on last_used, however last_used is only updated when the child is spawned, when... gstrauss
02:48 Bug #3029: mod_wstunnel kills child on disconnect after idle-timeout from connection start
> Instead, the child should be killed idle-timeout s after the it was actually used,
yes
> maybe idle-timeout s...
gstrauss

2020-11-03

18:13 Bug #3029 (Invalid): mod_wstunnel kills child on disconnect after idle-timeout from connection start
mod_wstunnel connects to a backend *socket*.
As a convenience, mod_wstunnel can spawn a backend by configuring @"b...
gstrauss
17:26 Bug #3029 (Fixed): mod_wstunnel kills child on disconnect after idle-timeout from connection start
gw_backend will kill a child process if it's been unused for more than idle-timeout s and is currently unused. The un... LinAGKar
 

Also available in: Atom