Skip to content

Transmit handler local config to handler psgi server init (#2632)

Maxime Besson requested to merge fix-handler-psgi-logger-2632 into v2.0

Proposed fix for #2632 (closed)

I changed $self->{protection} to $args->{protection} in Handler::Lib::PSGI init because $self->{*} is no longer set from args since Common::PSGI init runs later now.

Merge request reports