Comparing facebookincubator:main...TestStudio:master · facebookincubator/SocketRocket
Commits on Aug 5, 2014
-
Merge branch 'master' of github.com:square/SocketRocket
# By Jeremy White (4) and others # Via Jake Wharton (4) and others * 'master' of github.com:square/SocketRocket: use normal close constant instead of hard-coded value Removed enforcement of the SRStatusCode enum for status code arguments Go 1 has been released. Update README :) Changed 0 code to 1001 going away Switched SocketRocket methods to use SRStatusCode instead of NSInteger Moved SRStatusCode to header file for public use of status code values Fix size conversion warnings. Fix Xcode 5.1 project warnings. Use Apple's provided base64 implementation. use 'normal closure' close code by default, fixes #127 Remove errant assert(NO) in _sendFrameWithOpcode Remove unused function log_queue Link libicucore.dylib with -L to avoid 3 warnings Kill Xcode 5.1 warnings Fix only building active arch in debug. Fix references to wrong header file in README. Change "muust be compiled with ARC" to "must be compiled with ARC"