Skip to content

Commit 4666c24

Browse files
committed
Remove doubleEncodeUTF8 from NSDictionary translation
1 parent 468d7b2 commit 4666c24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/SocketExtensions.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ extension NSDictionary {
4848
return .connectParams(params)
4949
case let ("cookies", cookies as [HTTPCookie]):
5050
return .cookies(cookies)
51-
case let ("doubleEncodeUTF8", encode as Bool):
52-
return .doubleEncodeUTF8(encode)
5351
case let ("extraHeaders", headers as [String: String]):
5452
return .extraHeaders(headers)
5553
case let ("forceNew", force as Bool):

0 commit comments

Comments
 (0)