Skip to content

Commit

Permalink
Fixed Linux issue
Browse files Browse the repository at this point in the history
  • Loading branch information
will-lumley committed Sep 24, 2024
1 parent 2c3275a commit 2b68a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FaviconFinder/Toolbox/FaviconURLSession.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b68a9e

Please sign in to comment.