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 c235687 commit 3dd229c
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 @@ -105,7 +105,7 @@ public struct HTTP2UpgradeChannel: HTTPChannelHandler {
/// - logger: Logger to use while processing messages
public func handle(value: Value, logger: Logger) async {
do {
let channel = try await value.negociatedHTTPVersion.get()
let channel = try await value.negotiatedHTTPVersion.get()
switch channel {
case .http1_1(let http1):
await handleHTTP(asyncChannel: http1, logger: logger)
Expand Down

0 comments on commit 3dd229c

Please sign in to comment.