diff --git a/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift b/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift index bf487c3..aab02bb 100755 --- a/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift +++ b/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift @@ -62,7 +62,7 @@ private extension FaviconURLSession { ) async throws -> Response { let httpClient = HTTPClient(eventLoopGroupProvider: .singleton) defer { - try? httpClient.syncShutdown() + try? httpClient.shutdown() } // Convert headers to HTTPHeaders