style
This commit is contained in:
parent
877db516c2
commit
de20099c07
@ -261,7 +261,7 @@ public final class SocketEngine: NSObject, WebSocketDelegate {
|
|||||||
|
|
||||||
Logger.log("Doing polling request", type: logType)
|
Logger.log("Doing polling request", type: logType)
|
||||||
|
|
||||||
req.cachePolicy = NSURLRequestCachePolicy.ReloadIgnoringLocalAndRemoteCacheData
|
req.cachePolicy = .ReloadIgnoringLocalAndRemoteCacheData
|
||||||
session.dataTaskWithRequest(req, completionHandler: callback).resume()
|
session.dataTaskWithRequest(req, completionHandler: callback).resume()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user