Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit f2f5134

Browse files
committed
Merge commit '82459870e6f00fbe666a88ee279ee0c553345d95' into develop. close #126.
# By Sergei # Via Sergei * commit '82459870e6f00fbe666a88ee279ee0c553345d95': Fix improper use of NSLocalizedDescriptionKey. Conflicts: SocketIO.m
2 parents 14bec68 + 8245987 commit f2f5134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SocketIO.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ - (void) connection:(NSURLConnection *)connection didFailWithError:(NSError *)er
678678

679679
if ([_delegate respondsToSelector:@selector(socketIO:onError:)]) {
680680
NSMutableDictionary *errorInfo = [[NSDictionary dictionaryWithObject:error
681-
forKey:NSLocalizedDescriptionKey] mutableCopy];
681+
forKey:NSUnderlyingErrorKey] mutableCopy];
682682

683683
NSError *err = [NSError errorWithDomain:SocketIOError
684684
code:SocketIOHandshakeFailed

0 commit comments

Comments
 (0)