https://bz.apache.org/bugzilla/show_bug.cgi?id=63534

--- Comment #7 from Sander Hoentjen <[email protected]> ---
Setting KeepAliveTimeout to 2 still failed for me, with 5 the download
succeeded. We set this value low for a reason in the past, but of course the
commit message only says "set keepalive timeout to 1 second", very helpful :)
I do see that we changed this to 1 when we still ran Apache 2.2 with prefork,
so it might be time to reconsider :)

Sorry I failed to read you mentioned mpm_worker. We do use mod_event, it is
listed in:
Loaded Modules:
 core_module (static)
 so_module (static)
 http_module (static)
 authz_core_module (shared)
 mpm_event_module (shared) <---------
 http2_module (shared)
 log_config_module (shared)
 remoteip_module (shared)
 socache_shmcb_module (shared)
 ssl_module (shared)
 unixd_module (shared)


I can try to see how increasing KeepAliveTimeout will go in production, but it
feels a bit wrong to me that this setting is mapped to a single transfer in
HTTP/2
I do understand that it is hard to map these kind of things to existing stuff.
Maybe a mod_http2 setting could be added, that if unset falls back to
KeepAliveTimeout?
BTW, do you know what changed between 2.4.29 and 2.4.39 that causes this
different behaviour?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to