Skip to content

Commit b24a737

Browse files
committed
Missing extendedConnectProtocol
1 parent 4648c88 commit b24a737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/HTTPTypes/HTTPRequest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ public struct HTTPRequest: Sendable, Hashable {
164164
self.scheme = scheme
165165
self.authority = authority
166166
self.path = path
167+
self.extendedConnectProtocol = extendedConnectProtocol
167168
}
168169

169170
func copy() -> Self {

0 commit comments

Comments
 (0)