Skip to content
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

do not update the opts.query reference #1121

Merged
merged 1 commit into from
Jun 1, 2017

Conversation

darrachequesne
Copy link
Member

Note: the socket.io.js file is the generated output of make socket.io.js, and should not be manually modified.

The kind of change this PR does introduce

  • a bug fix
  • a new feature
  • an update to the documentation
  • a code change that improves performance
  • other

Current behaviour

Currently passing query: { a: 'b' } is replaced on initialization by query: 'a=b'.

New behaviour

Other information (e.g. related issues)

Fixes #1086
Closes #1087

@darrachequesne
Copy link
Member Author

cc @sopinon

@darrachequesne darrachequesne merged commit 8091591 into socketio:master Jun 1, 2017
@darrachequesne darrachequesne deleted the fix/query branch June 1, 2017 10:35
@darrachequesne darrachequesne added this to the 2.0.2 milestone Jun 1, 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.

query option not referenced anymore
1 participant