File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515public import HTTP3
1616import NIOCore
17- public import NIOQUICHelpers
1817import QPACK
1918
20- extension QUICStreamID : @retroactive ExpressibleByIntegerLiteral {
21- public init ( integerLiteral value: UInt64 ) {
22- self . init ( rawValue: value)
23- }
24- }
25-
2619extension String {
2720 var huffmanEncodedBytes : [ UInt8 ] {
2821 var buffer = ByteBuffer ( )
Original file line number Diff line number Diff line change @@ -17,13 +17,6 @@ public import HTTP3
1717import NIOConcurrencyHelpers
1818import NIOCore
1919import NIOExtras
20- public import NIOQUICHelpers
21-
22- extension QUICStreamID : @retroactive ExpressibleByIntegerLiteral {
23- public init ( integerLiteral value: UInt64 ) {
24- self . init ( rawValue: value)
25- }
26- }
2720
2821extension HTTP3GoawayID : ExpressibleByIntegerLiteral {
2922 public init ( integerLiteral value: UInt64 ) {
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments