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
According to RFC 9110 Section 10.2.4, the Server header field
in responses is optional (MAY be sent).
This change modifies the connection logic to prevent automatically
adding the 'Server' header if the application-wide server_name
is configured to be an empty string via `app.server_name("")`.
Addresses issue #1020
0 commit comments