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 5268318 commit d0025dfCopy full SHA for d0025df
Tests/OpenAPIURLSessionTests/NIOAsyncHTTP1TestServer.swift
@@ -19,8 +19,8 @@ import NIOHTTP1
19
20
final class AsyncTestHTTP1Server {
21
22
- typealias ConnectionHandler = @Sendable (NIOAsyncChannel<HTTPServerRequestPart, HTTPServerByteBufferResponsePart>)
23
- async throws -> Void
+ typealias ConnectionHandler =
+ @Sendable (NIOAsyncChannel<HTTPServerRequestPart, HTTPServerByteBufferResponsePart>) async throws -> Void
24
25
/// Use `start(host:port:connectionHandler:)` instead.
26
private init() {}
0 commit comments