Skip to content

Conversation

@Lucian1
Copy link

@Lucian1 Lucian1 commented Aug 29, 2017

No description provided.

Joel Martin and others added 30 commits May 2, 2011 16:11
- First, the protocol parameter to open should accept a list or
  protocols (either as a comma separate string or an array of
  strings).

- Second, the chosen protocol should be reported back to and set as
  the protocol attribute in the WebSocket instance object itself.
This is an initial implementation of
http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07

Limitations:
- This does not implement the binary frame type since the API for this
  is still under discussion.
- The client to server XOR mask is 0, i.e. masking is not used.
Requires restructuring the code slightly so that we write the string
into a ByteArray before determining the length so that we can get the
byte length of the UTF-8 encoded string.

Also, remove an extraneous debug statement.
Conflicts:
	WebSocketMain.swf
	WebSocketMainInsecure.zip
Conflicts:
	WebSocketMain.swf
	WebSocketMainInsecure.zip
Some refactoring.
Firing onclose instead of onerror on errors except for connection error. Not sure this is correct, but it seems this is what Chrome does.
Adding check of RSV field.
…ally taken from pull request #100 .

Fixing closing behavior.
Using DOMContentLoaded to initialize earlier when available.
abonec and others added 22 commits August 9, 2012 16:37
…il?id=14 to make sending packets greater than 16K possible over SSL. Compile the SWF files with this patch using the flex 4.6 sdk. Tested in IE9 with flashplayer 11.4.402.287 to work.
The Debian Free Software Guidelines require that source is included
(not just available) before they will accept projects into the main
Debian tree.
Fix for Issue #142
Firefox 26 removed event.initMessageEvent method so this had to be handled.
Remove moot `version` property from bower.json
@gimite
Copy link
Owner

gimite commented Sep 2, 2017

What is this pull request? Looks like it consists of our own old changes.

@Lucian1
Copy link
Author

Lucian1 commented Sep 2, 2017 via email

@gimite gimite closed this Sep 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.