Skip to content

Commit 75c10ea

Browse files
authored
Update documentation for configureAsyncHTTPServerPipeline (#435)
1 parent 0904bf0 commit 75c10ea

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
@@ -579,7 +579,7 @@ extension Channel {
579579
/// - http1ConnectionInitializer: An optional callback that will be invoked only when the negotiated protocol
580580
/// is HTTP/1.1 to configure the connection channel.
581581
/// - http2ConnectionInitializer: An optional callback that will be invoked only when the negotiated protocol
582-
/// is HTTP/2 to configure the connection channel.
582+
/// is HTTP/2 to configure the connection channel. The channel has an ``ChannelOutboundHandler/OutboundIn`` type of ``HTTP2Frame``.
583583
/// - http2StreamInitializer: A closure that will be called whenever the remote peer initiates a new stream.
584584
/// The output of this closure is the element type of the returned multiplexer
585585
/// - Returns: An `EventLoopFuture` containing a ``NIOTypedApplicationProtocolNegotiationHandler`` that completes when the channel

0 commit comments

Comments
 (0)