Skip to content

LCGDM-2980 configurable maximum transfer time

Petr Vokac requested to merge vokac/dmlite:http-request-timeout into develop

Maximum transfer time protect apache from infinite transfers that can prevent graceful restart which is necessary for periodic CRL reload and log rotation. By default this configuration is still disabled but hiera dmlite::dav::params::max_transfer_time can be used to set limit transfer time.

Merge request reports