Project

General

Profile

Activity

From 2022-05-03 to 2022-05-09

2022-05-07

08:02 Revision 1118a8af: [mod_magnet] magnet_script_setup_global_state() fn
gstrauss
08:02 Revision b65a7d76: [mod_magnet] magnet_plugin_stats_table() fn
gstrauss
08:02 Revision 14bfa016: [core] sketch support for abstract sockets
(experimental; untested)
Note: abstract sockets do not require filesystem access and can not be
protected using file...
gstrauss
08:02 Revision 609f9209: [mod_extforward] unix domain socket pedantic chks
unix domain socket pedantic checks when received via HAProxy PROXY
protocol (and should already be enabled only from ...
gstrauss
08:02 Revision 2bde5247: [mod_magnet] no local server port on unix domain
no local server port on unix domain socket gstrauss
08:02 Revision 9aeed2a4: [mod_status] fix counting of HTTP/2 bytes written
remove usused accounting
simplify to use (64-bit) off_t for counting, but preserve doubles for
pretty-printing numb...
gstrauss

2022-05-06

18:03 Revision ddb7f564: [core] remove func decls duplicated in plugin.h
gstrauss
18:03 Revision 083f42b9: [mod_setenv] cleanup user-provided hdr sloppiness
cleanup user-provided request and response headers
- remove leading and trailing whitespace from value
- replace with...
gstrauss
18:03 Revision f1b6dc3f: [mod_status] con->h2 instead of r->http_version
check con->h2 instead of r->http_version
(additional safeguard for #3152)
x-ref:
"Random Segfaults with version 1...
gstrauss
18:03 Revision 7e4a3215: [mod_magnet] rewrite lighty.r as table of userdata
rewrite lighty.r as table of methods implemented as userdata
(enable lua r table to potentially be reusable with othe...
gstrauss
16:48 Bug #3089: Slow upload / Increase CPU/Memory usage with HTTP/2 enabled
>> You might try performance testing using a different lighttpd TLS module, such as mod_gnutls which should have simi... gstrauss
15:29 Bug #3089: Slow upload / Increase CPU/Memory usage with HTTP/2 enabled
gstrauss wrote in #note-18:
> > I have a similar problem since upgrading (from 1.4.58) to 1.4.64 which now have HTTP...
DamienT

2022-05-05

17:35 Revision 570612af: [mod_magnet] set script env in func first upvalue
set script env in first upvalue (_ENV upvalue) for func once,
upon script init, since script-env table is preserved a...
gstrauss
17:35 Revision 19569ab9: [core] default server.max-keep-alive-requests 1000
change default server.max-keep-alive-requests = 1000 to adjust
to increasing HTTP/2 usage and to web2/web3 applicatio...
gstrauss
17:35 Revision 23409e75: [core] connection_state_machine_h2 only if con->h2
call connection_state_machine_h2() only if con->h2 has been initialized
(additional safeguard for #3152)
x-ref:
"...
gstrauss
17:35 Revision c183b887: [core] delay response to http auth invalid creds
server.feature-flags += ("auth.delay-invalid-creds" => "enable")
The default is enabled. This feature delays a resp...
gstrauss
17:35 Revision fbade185: [multiple] reset http vers, avoid rare crash (fixes #3152)
(thx ultimator)
do not set r->http_version to HTTP_VERSION_2 when selecting TLS ALPN
if r->handler_module already se...
gstrauss
17:35 Revision 1ed3a78e: [core] send Priority resp hdr w/ .css, .js re-prio
send Priority response header with .css, .js re-prioriziation gstrauss
17:35 Revision 59b9a9a7: [core] h2 prio sort urgency, incr, then stream id
h2 priority sort based on urgency, incremental, then stream id gstrauss
17:35 Revision d48947ff: [core] fix config typo reading large int from str
gstrauss
17:35 Revision b1f7ccd7: [multiple] limit scope of socket config options
warn if socket config options used only at startup are used outside
global scope or $SERVER["socket"] with '==' condi...
gstrauss
17:35 Revision d0494fc0: [multiple] recognize HTTP QUERY method
x-ref:
https://www.ietf.org/id/draft-ietf-httpbis-safe-method-w-body-02.html
gstrauss
 

Also available in: Atom