-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update links to community github org * Don't report error when removing a socket file that does not exist (this is typically normal) * Fix bug in SSL initialization; Fix bug resulting in incorrect port assignment - SSL initalizer: NIOSSLClientHandler is now initialized with hostname - end() now assumes default ports based on scheme when not supplied in URL string. (Previously it always assumed 8080?!) * Disable kitura tests for now * Add TODO to script comment * Add comment to error message when no port is specified or can be inferred. * Travis: - Update to include Linux swift 5.3.3 and macOS Xcode 12 - Update to use private docker registry to avoid rate limiting issues - Specify swift version for xcode 12.2 - update Xcode to 11.3, and 11.6 - remove support for Xcode 10.x due to potential issue with old version of Xcode and swift-nio-ssl
- Loading branch information
Showing
6 changed files
with
61 additions
and
25 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
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
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
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
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
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