Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Resolve merge conflict for x-webkit-deflate-frame #1

Open
wants to merge 184 commits into
base: master
Choose a base branch
from

Conversation

objectiveSee
Copy link

This Pull Requests was made to resolve merge conflicts so that the following PR into Square's repository can be made: facebookincubator#107. The merge was very clean, with only two conflicts that were very simple to resolve.

There were two merge conflicts, both within SRWebSocket.m.

natevw and others added 30 commits March 12, 2013 10:40
Fix a typo in the error message if the user attempts to compile with project without ARC.
…-only-active-arch-for-debug

Fix only building active arch in debug.
SocketRocket uses the invalid close code -1 as the value in the default close method. In addition to being invalid, it causes issues when communicating with some libraries. See section 11.7 WebSocket Close Code Number Registry in the WebSocket Protocol RFC 6455 for more detail.
[Master] Use Apple's provided base64 implementation.
…onversion-warnings

Fix size conversion warnings.

Reviewed by @firestone.
…ith key ‘HTTPResponseStatusCode’ in the NSError userInfo dictionary on status codes of >= 400, gives you the ability to see why a connection fails such as a 401 authentication failure
ReadmeCritic and others added 30 commits November 27, 2015 20:03
Update README URLs based on HTTP redirects
…uild

- Fix OS X build by checking if OS is iOS 9 only on iOS target OSs.
Respect timeouts set on `NSURLRequest`s passed at init fix facebookincubator#70
Make SocketRocket usable as a module from within Swift, especially on OS X
Update close status codes based on spec.
Correct the capitalization of Xcode in README
frameData is copied before passing to handlers
…onvert NSData to NSString for TEXT messages. This is an optimization for when the server is sending text serialized as JSON. In this case we would turn the string back into NSData before passing it to NSJSONSerialization, which removes 2 data <--> string conversions.
# Conflicts:
#	SocketRocket/SRWebSocket.m
- Created during this merge commit: 3b4da5d
- Resolves merge conflict on an open Pull Request (facebookincubator#107)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.