Skip to content

Commit

Permalink
Make configureHTTP2AsyncSecureUpgrade public (#480)
Browse files Browse the repository at this point in the history
Minor PR to make `configureHTTP2AsyncSecureUpgrade ` helper function
public

Co-authored-by: George Barnett <gbarnett@apple.com>
  • Loading branch information
adam-fowler and glbrntt authored Nov 14, 2024
1 parent 04a093d commit 91136a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NIOHTTP2/HTTP2PipelineHelpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ extension Channel {
/// - Returns: An `EventLoopFuture` of an `EventLoopFuture` containing the `NIOProtocolNegotiationResult` that completes when the channel
/// is ready to negotiate.
@inlinable
internal func configureHTTP2AsyncSecureUpgrade<HTTP1Output: Sendable, HTTP2Output: Sendable>(
public func configureHTTP2AsyncSecureUpgrade<HTTP1Output: Sendable, HTTP2Output: Sendable>(
http1ConnectionInitializer: @escaping NIOChannelInitializerWithOutput<HTTP1Output>,
http2ConnectionInitializer: @escaping NIOChannelInitializerWithOutput<HTTP2Output>

Expand Down

0 comments on commit 91136a6

Please sign in to comment.