You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice would be fix "ServerStatus::Lite::call"
to do not return Plack::Util::response_cb() if wrapped application also don't return "callback",
because if "callback function" is returned also for static files, then starman server discards "Content-Length"
from reponse headers.
When I use middleware ServerStatus::Lite, then response header "Content-Length" is not returned from server (for example in static files).
If I remove "ServerStatus::Lite" from my server, then "Content-Length" is correctly present in response.
The text was updated successfully, but these errors were encountered: