Skip to content

Commit d5aa3a1

Browse files
krzyzanowskimLukasa
authored andcommitted
Make public class public contrictible (#154)
1 parent 871c655 commit d5aa3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/AsyncHTTPClient/Utils.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class HTTPClientCopyingDelegate: HTTPClientResponseDelegate {
3232

3333
let chunkHandler: (ByteBuffer) -> EventLoopFuture<Void>
3434

35-
init(chunkHandler: @escaping (ByteBuffer) -> EventLoopFuture<Void>) {
35+
public init(chunkHandler: @escaping (ByteBuffer) -> EventLoopFuture<Void>) {
3636
self.chunkHandler = chunkHandler
3737
}
3838

0 commit comments

Comments
 (0)