-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of custom close codes and access to close message payload #229
Comments
|
(1) Would be really great if it's supported. |
This was added in the 2.0.0 release (Swift 3 support)! |
I was wondering whether it would be possible to have those in Swift 2.3 code as well? |
+1 for the swift 2.3 code as we are using this in our project :). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was wondering whether it would be possible to support the following:
(Currently the private method processTCPHandshake only passes the received HTTP code to doDisconnect and the eventual callback, but there is no way to get the payload that came with the close message).
(The RFC refers to the possible custom body of the Close message in https://tools.ietf.org/html/rfc6455#section-5.5.1)
The text was updated successfully, but these errors were encountered: