Skip to content

Commit c7ad35b

Browse files
committed
add Hashable conformance to RequestBodyLength
1 parent 0b4b879 commit c7ad35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncHTTPClient/ConnectionPool/RequestBodyLength.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
enum RequestBodyLength: Equatable {
15+
enum RequestBodyLength: Hashable {
1616
/// size of the request body is not known before starting the request
1717
case dynamic
1818
/// size of the request body is fixed and exactly `length` bytes

0 commit comments

Comments
 (0)