We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b39fe1 commit 9d9dc1aCopy full SHA for 9d9dc1a
FlyingFox/Sources/HTTPServer.swift
@@ -199,7 +199,7 @@ public final actor HTTPServer {
199
throw SocketError.disconnected
200
}
201
202
- @available(macOS, deprecated: 17.0, renamed: "listenForConnectionsDiscarding(on:)")
+ @available(macOS, deprecated: 14.0, renamed: "listenForConnectionsDiscarding(on:)")
203
@available(iOS, deprecated: 17.0, renamed: "listenForConnectionsDiscarding(on:)")
204
@available(tvOS, deprecated: 17.0, renamed: "listenForConnectionsDiscarding(on:)")
205
private func listenForConnectionsFallback(on socket: AsyncSocket) async throws {
0 commit comments