Skip to content

Commit 9d9dc1a

Browse files
committed
fix macOS version
1 parent 8b39fe1 commit 9d9dc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlyingFox/Sources/HTTPServer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public final actor HTTPServer {
199199
throw SocketError.disconnected
200200
}
201201

202-
@available(macOS, deprecated: 17.0, renamed: "listenForConnectionsDiscarding(on:)")
202+
@available(macOS, deprecated: 14.0, renamed: "listenForConnectionsDiscarding(on:)")
203203
@available(iOS, deprecated: 17.0, renamed: "listenForConnectionsDiscarding(on:)")
204204
@available(tvOS, deprecated: 17.0, renamed: "listenForConnectionsDiscarding(on:)")
205205
private func listenForConnectionsFallback(on socket: AsyncSocket) async throws {

0 commit comments

Comments
 (0)