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
The "Server" header is currently returned twice in the response. I fixed #563, so that now it returns the "Server" header either once or twice. So, the duplication is a separate issue.
The text was updated successfully, but these errors were encountered:
This issue happens because HTTP::Server::PSGI always adds the "Server" header. I've issued plack/Plack#458 to treat that. Once that one is resolved, I'll close this issue.
The "Server" header is currently returned twice in the response. I fixed #563, so that now it returns the "Server" header either once or twice. So, the duplication is a separate issue.
The text was updated successfully, but these errors were encountered: