We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4aaa63 commit b71eb87Copy full SHA for b71eb87
Sources/HummingbirdHTTP2/HTTP2Channel+ConfigReader.swift
@@ -26,7 +26,7 @@ extension HTTP2Channel.Configuration {
26
/// - `h2.graceful.close.timeout` (double optional): Time in seconds to wait for client response after
27
/// all streams have been closed.
28
/// - `h2.max.age.timeout` (double optional): Maximum time in seconds a connection can stay open.
29
- /// - `h2.stream`: HTTP2 stream options. See ``HTTP1Channel/Configuration/init(reader:)``
+ /// - `h2.stream`: HTTP2 stream options. See ``HummingbirdCore/HTTP1Channel/Configuration/init(reader:)``
30
///
31
/// - Parameters
32
/// - reader: ConfigReader
0 commit comments