Skip to content

Commit 91136a6

Browse files
adam-fowlerglbrntt
andauthored
Make configureHTTP2AsyncSecureUpgrade public (#480)
Minor PR to make `configureHTTP2AsyncSecureUpgrade ` helper function public Co-authored-by: George Barnett <[email protected]>
1 parent 04a093d commit 91136a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NIOHTTP2/HTTP2PipelineHelpers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ extension Channel {
633633
/// - Returns: An `EventLoopFuture` of an `EventLoopFuture` containing the `NIOProtocolNegotiationResult` that completes when the channel
634634
/// is ready to negotiate.
635635
@inlinable
636-
internal func configureHTTP2AsyncSecureUpgrade<HTTP1Output: Sendable, HTTP2Output: Sendable>(
636+
public func configureHTTP2AsyncSecureUpgrade<HTTP1Output: Sendable, HTTP2Output: Sendable>(
637637
http1ConnectionInitializer: @escaping NIOChannelInitializerWithOutput<HTTP1Output>,
638638
http2ConnectionInitializer: @escaping NIOChannelInitializerWithOutput<HTTP2Output>
639639

0 commit comments

Comments
 (0)