Subject: | method for resetting headers |
When using CGI::Application in conjunction with
CGI::Application::FastCGI, any headers I set via ->header_props (e.g., a
non-standard „-type“) remain active for later requests which are
processed within the same process.
So currently I call …
delete $self->{__HEADER_PROPS};
… in ->cgiapp_prerun().
I think there should be a documented way to reset the headers, e.g. a
->header_reset() method or something like that.
Kind regards,
fany