Skip to content

Commit

Permalink
Merge pull request #36 from sroebert/remove-ignoreUncleanSSLShutdown
Browse files Browse the repository at this point in the history
Removed unneeded setting of `ignoreUncleanSSLShutdown` to `true`
  • Loading branch information
MihaelIsaev authored Jul 30, 2021
2 parents 54a380a + a98d9df commit 5d35a93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/FCM/FCM.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ public struct FCM {
// MARK: Initialization

init(application: Application, client: Client) {
if !application.http.client.configuration.ignoreUncleanSSLShutdown {
application.http.client.configuration.ignoreUncleanSSLShutdown = true
}
self.application = application
self.client = client
}
Expand Down

0 comments on commit 5d35a93

Please sign in to comment.