Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not store the HTTPDummyServerDelegate object
Kitura-Net keeps the HTTP server running even if a delegate isn't provided. We use a HTTPDummyServerDelegate for this purpose. Before this code change, we stored the dummy delegate in the delegate property of HTTPServer. This may be confusing to a user who will rightly think that delegate is nil if it isn't explicitly set.
- Loading branch information