We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871c655 commit d5aa3a1Copy full SHA for d5aa3a1
Sources/AsyncHTTPClient/Utils.swift
@@ -32,7 +32,7 @@ public final class HTTPClientCopyingDelegate: HTTPClientResponseDelegate {
32
33
let chunkHandler: (ByteBuffer) -> EventLoopFuture<Void>
34
35
- init(chunkHandler: @escaping (ByteBuffer) -> EventLoopFuture<Void>) {
+ public init(chunkHandler: @escaping (ByteBuffer) -> EventLoopFuture<Void>) {
36
self.chunkHandler = chunkHandler
37
}
38
0 commit comments