Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.3.0"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.0"),
.package(url: "https://github.com/apple/swift-crypto.git", exact: "5.0.0-beta.1"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "5.0.0-beta.1"),
.package(url: "https://github.com/apple/swift-certificates.git", branch: "swift-crypto-5.x"),
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.22.0"),
.package(url: "https://github.com/apple/swift-nio-quic-helpers.git", branch: "main"),
Expand Down
7 changes: 0 additions & 7 deletions Tests/HTTP3Tests/TestUtil.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,8 @@

public import HTTP3
import NIOCore
public import NIOQUICHelpers
import QPACK

extension QUICStreamID: @retroactive ExpressibleByIntegerLiteral {
public init(integerLiteral value: UInt64) {
self.init(rawValue: value)
}
}

extension String {
var huffmanEncodedBytes: [UInt8] {
var buffer = ByteBuffer()
Expand Down
7 changes: 0 additions & 7 deletions Tests/NIOHTTP3Tests/TestUtil.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ public import HTTP3
import NIOConcurrencyHelpers
import NIOCore
import NIOExtras
public import NIOQUICHelpers

extension QUICStreamID: @retroactive ExpressibleByIntegerLiteral {
public init(integerLiteral value: UInt64) {
self.init(rawValue: value)
}
}

extension HTTP3GoawayID: ExpressibleByIntegerLiteral {
public init(integerLiteral value: UInt64) {
Expand Down
21 changes: 0 additions & 21 deletions Tests/QPACKTests/TestHelpers.swift

This file was deleted.

Loading