Activity
From 2026-06-11 to 2026-06-17
2026-06-15
- GS 18:15 Lighttpd Bug #3311 (Fixed): Connected backends hangs/stalls after a few requests with version 1.4.83
- Applied in changeset commit:643ac52c776e4ff9fe402d331b5c9deddd5972d7.
- GS 17:23 Lighttpd Bug #3311 (Patch Pending): Connected backends hangs/stalls after a few requests with version 1.4.83
- Sorry about the regression. (commit commit:7704f86ef0e9190807d5ed49780069bc10b3a636)
There will be a lighttpd 1.4.84 in the next few days. - FL 16:04 Lighttpd Bug #3311: Connected backends hangs/stalls after a few requests with version 1.4.83
- First issue tested and ok.
Seems even better than ever, I've had sometimes hanging requests on relaods, that were so hard to reproduce, that I never wrote a ticket.
Thank you for the quick fix. - FL 15:41 Lighttpd Bug #3311: Connected backends hangs/stalls after a few requests with version 1.4.83
- I use mod_deflate.
I rebuild the debian packages with your provided patch and it looks good:
* Monitoring app can reload gain
* SearxNG: the result page has no spinning wheel any more
I can't test the first issue on this server, ... - GS 15:02 Lighttpd Bug #3311: Connected backends hangs/stalls after a few requests with version 1.4.83
- Can you share request headers?
Are you using mod_deflate? I happened to catch this issue: - FL 14:31 Lighttpd Bug #3311 (Fixed): Connected backends hangs/stalls after a few requests with version 1.4.83
- I updated my lighttpd instances this morning to version 1.4.83 with the provided debian packages from https://debian.lighttpd.net/.
Some backends connected with fastcgi over a UNIX domain socket show the following: the first requests ... - GS 18:07 Lighttpd Revision 643ac52c: [mod_deflate] fix 1.4.83 regression (fixes #3311)
- fix 1.4.83 regression causing request to not complete
regression in lighttpd 1.4.83 commi 7704f86ef0e9190807d5ed49780069bc10b3a636
(thx flynn)
x-ref:
"Connected backends hangs/stalls after a few requests with version 1.4.83"
https... - GS 17:00 Lighttpd Bug #3312 (Invalid): mod_openssl errno:35: Resource temporarily unavailable
- > I found no related issue in the lighttpd forum.
I explicitly pointed you at https://redmine.lighttpd.net/boards/2/topics/12134
Read it again, including the github links to the bug reports in openssl.
Perhaps the bug was not completely... - DI 16:22 Lighttpd Bug #3312: mod_openssl errno:35: Resource temporarily unavailable
- No error and no corruption with
@ssl.openssl.ssl-conf-cmd += ("Options" => "-KTLS")@
Mo issue with mod_wolfssl
I tested with OpenSSL 3.5
No issue with OpenSSL 3.0 on FreeBSD-14-4 RELEASE,
but diagnostic shows that KTLS was not... - GS 15:15 Lighttpd Bug #3312 (Need Feedback): mod_openssl errno:35: Resource temporarily unavailable
- Have you tried testing with KTLS disabled?
Have you tried testing with a different TLS module, such as lighttpd mod_gnutls, instead of lighttpd mod_openssl?
Have you tried upgrading openssl?
Have you tried searching the lighttpd for... - DI 14:49 Lighttpd Bug #3312 (Invalid): mod_openssl errno:35: Resource temporarily unavailable
- Setup:
FreeBSD 15.0-RELEASE
Server plain files with lightpd-1.4.82 / lightpd-1.4.83
@server.event-handler = "freebsd-kqueue"
server.network-backend = "writev"
server.modules += ( "mod_openssl" )
ssl.engine = "enable"
@
KTLS i... - GS 08:32 Lighttpd Revision 5d45acd4: [mod_mbedtls] build if mbedtls w/ reduced ciphers
- build if mbedtls library is built with reduced ciphers support
(e.g. without older ciphers) - GS 08:01 Lighttpd Revision 95a0a1a1: [mod_authn_gssapi] cast to avoid compiler warning
- GS 03:40 Lighttpd Revision f44d0165: [ci] use lua5.5-dev pacakge on alpine linux
2026-06-14
- GS 20:44 Lighttpd Release: lighttpd 1.4.83
- [[Release-1_4_83|lighttpd 1.4.83 release notes]]
- GS 20:42 Lighttpd Revision 5413700d: - next is 1.4.84
- GS 19:47 Lighttpd Revision 421079a5: [doc] NEWS
- GS 19:46 Lighttpd Revision 4dbb8f50: [ci] NetBSD pkg_add -u
- pkg_add -u to upgrade existing packages, notably pcre2, to avoid
package dependency failures - ST 14:53 scgi-cgi Revision 166b0a5a: release 0.1.2
- ST 11:12 scgi-cgi Revision 8c066aab: use meson instead of autobuild/cmake
- ST 08:30 fcgi-cgi Revision eaff369f: Release as 0.2.3
- GS 06:01 Lighttpd Revision 367cf8c4: [ci] use default FreeBSD package source
- GS 06:01 Lighttpd Revision 3d95cd01: [ci] use windows-2025-vs2026 and VS 2026
- GS 05:50 Lighttpd Revision d265031c: [mod_gnutls] test for PQC hybrid group support
- GS 05:50 Lighttpd Revision 3fcb2e22: [mod_mbedtls] session tkts psa_alg w/ mbedtls 4.x
- underlying mbedtls_psa_aead_encrypt() expects a specific PSA_ALG_*
such as PSA_ALG_GCM, not a category (PSA_ALG_CATEGORY_AEAD) - GS 05:50 Lighttpd Revision b360db39: [mod_mbedtls] workaround mbedtls 4.1.0 bug
- x-ref:
https://github.com/Mbed-TLS/TF-PSA-Crypto/issues/807 - GS 05:50 Lighttpd Revision 1dfda46b: [TLS] debug.log-ssl-noise set TLS lib debug level
- debug.log-ssl-noise set TLS library debug level, where available
(mod_gnutls, mod_mbedtls) - GS 05:50 Lighttpd Revision e5964de5: [mod_mbedtls] disable DHParameters w/ PSA crypto
- From mbedtls documentation (in mbedlts git history):
-The PSA API for finite-field Diffie-Hellman only supports predefined groups. Therefore there is no equivalent to `mbedtls_dhm_parse_dhm`, `mbedtls_dhm_parse_dhmfile`, and the `MBEDTLS... - GS 05:50 Lighttpd Revision 35a776db: [mod_wolfssl] workaround wolfssl code smells
2026-06-13
- ST 13:51 fcgi-cgi Revision f21774d3: use meson instead of autobuild/cmake
- GS 03:38 Lighttpd Revision 67598e30: [core] update rand.c for nettle 4.x digest funcs
- use lighttpd src/sys-crypto-md.h abstractions in rand.c
2026-06-11
- GS 01:56 Lighttpd Revision 00cd723b: [core] check another cond before calling cold func