-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Strip port from host if user specifies a Hostname (#1389)
* Strip port from host if user specifies a Hostname * This allows us to ignore the port section from the Host header when matching incoming requests based on the Host/Authority header and the Hostname specified by the user Fixes: #1368 Signed-off-by: Arko Dasgupta <[email protected]> * or logic for listener.Hostname, route.Hostanmes() Signed-off-by: Arko Dasgupta <[email protected]> * fix more yaml Signed-off-by: Arko Dasgupta <[email protected]> --------- Signed-off-by: Arko Dasgupta <[email protected]>
- Loading branch information
Showing
59 changed files
with
995 additions
and
688 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.