Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash related to setting nil hostname and port #2479

Merged
merged 1 commit into from Aug 27, 2020

Commits on Aug 22, 2020

  1. Fixed a regression where configuring a nil hostname or port could cau…

    …se the server to crash
    
    The hostname and port could still be nil if the server was started using the default configuration (with address set to nil when starting the server).
    
    Also, added clarification to what `nil` means in the context of a server's default configuration.
    
    Closes vapor#2478
    dimitribouniol committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    7db0ad9 View commit details
    Browse the repository at this point in the history