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... - 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... - 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... - 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... - 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,... - 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_...
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... - 06:17 Revision 2a3fac76: [mod_openssl] adjust LIBRESSL_VERSION_NUMBER check
- libressl >= 0x3000000fL has SSL_set1_chain(), but not some other APIs
- 06:08 Revision dce44060: [core] stat_cache preprocessor paranoia
- 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... - 03:47 Revision 57f450f1: [mod_openssl] add LIBRESSL_VERSION_NUMBER checks
- add some additional LIBRESSL_VERSION_NUMBER checks for feature support
- 01:40 Bug #3029 (Fixed): mod_wstunnel kills child on disconnect after idle-timeout from connection start
- Applied in changeset commit:639f70a00f2b723911bc5e3aaaddfdf9a47942e3.
- 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... - 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...
2020-11-04
- 08:53 Revision 1efd7445: [core] cold func for gw_recv_response error case
- gw_recv_response_error()
- 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... - 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... - 08:53 Revision 7ce8b22c: [build] detect inotify header <sys/inotify.h>
- 08:53 Revision 5c717302: [core] use inotify in stat_cache.[ch] on Linux
- use inotify in stat_cache.[ch] on Linux, replacing FAM/gamin
- 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...
- 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...
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... - 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...
Also available in: Atom