Skip to content

Commit 8af1c90

Browse files
authored
Conform Cookie.SameSite to Sendable (#604)
1 parent 49e4a08 commit 8af1c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Hummingbird/HTTP/Cookie.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Foundation
1616

1717
/// Structure holding a single cookie
1818
public struct Cookie: Sendable, CustomStringConvertible {
19-
public enum SameSite: String {
19+
public enum SameSite: String, Sendable {
2020
case lax = "Lax"
2121
case secure = "Secure"
2222
case none = "None"

0 commit comments

Comments
 (0)