Skip to content

Commit

Permalink
Update Sources/HummingbirdHTTP2/HTTP2Channel.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Joannis Orlandos <joannis@orlandos.nl>
  • Loading branch information
adam-fowler and Joannis authored May 14, 2024
1 parent 5e46f04 commit c235687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HummingbirdHTTP2/HTTP2Channel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public struct HTTP2UpgradeChannel: HTTPChannelHandler {
try HTTP1Channel.Value(wrappingChannelSynchronously: http2ChildChannel)
}
}.map {
.init(negociatedHTTPVersion: $0, channel: channel)
.init(negotiatedHTTPVersion: $0, channel: channel)
}
}

Expand Down

0 comments on commit c235687

Please sign in to comment.