Skip to content

Fix Host header to correctly reflect hostname

Chris Lemaire requested to merge fix-hostname into development

The hostname previously given in the Host header was a malformed hostname. This was because the PORT could be -1 without being checked.

Merge request reports