Skip to content

Commit 4d69c84

Browse files
authored
Add Hashable conformance to HTTPClient.Configuration.HTTPVersion (#636)
1 parent af5966f commit 4d69c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncHTTPClient/HTTPClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ extension HTTPClient.Configuration {
985985
}
986986
}
987987

988-
public struct HTTPVersion: NIOSendable {
988+
public struct HTTPVersion: NIOSendable, Hashable {
989989
internal enum Configuration {
990990
case http1Only
991991
case automatic

0 commit comments

Comments
 (0)