mirror of
https://github.com/swift-server/async-http-client.git
synced 2026-06-02 07:37:34 +00:00
Make public class public contrictible (#154)
This commit is contained in:
committed by
Cory Benfield
parent
871c655a1a
commit
d5aa3a1bee
@@ -32,7 +32,7 @@ public final class HTTPClientCopyingDelegate: HTTPClientResponseDelegate {
|
||||
|
||||
let chunkHandler: (ByteBuffer) -> EventLoopFuture<Void>
|
||||
|
||||
init(chunkHandler: @escaping (ByteBuffer) -> EventLoopFuture<Void>) {
|
||||
public init(chunkHandler: @escaping (ByteBuffer) -> EventLoopFuture<Void>) {
|
||||
self.chunkHandler = chunkHandler
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user