-
Notifications
You must be signed in to change notification settings - Fork 105
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
Fix "RangeError: Maximum call stack size exceeded" in hasBinary #109
Open
ayan4m1
wants to merge
17
commits into
socketio:master
Choose a base branch
from
ayan4m1:fix/circular-parsing
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Apr 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6c9cb27 - Browse repository at this point
Copy the full SHA 6c9cb27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 931f152 - Browse repository at this point
Copy the full SHA 931f152View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7514b5 - Browse repository at this point
Copy the full SHA c7514b5View commit details
Commits on Jun 27, 2022
-
fix: check the format of the index of each attachment
A specially crafted packet could be incorrectly decoded. Example: ```js const decoder = new Decoder(); decoder.on("decoded", (packet) => { console.log(packet.data); // prints [ 'hello', [Function: splice] ] }) decoder.add('51-["hello",{"_placeholder":true,"num":"splice"}]'); decoder.add(Buffer.from("world")); ``` As usual, please remember not to trust user input.
2Configuration menu - View commit details
-
Copy full SHA for b5d0cb7 - Browse repository at this point
Copy the full SHA b5d0cb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a2ccff - Browse repository at this point
Copy the full SHA 5a2ccffView commit details
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f0af883 - Browse repository at this point
Copy the full SHA f0af883View commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a9758da - Browse repository at this point
Copy the full SHA a9758daView commit details -
ci: migrate from zuul to webdriver.io
zuul is now archived [1] and does not support the new W3C WebDriver protocol, since it relies on the wd package [2] under the hood, which uses the (now deprecated) JSON Wire Protocol. We will now use the webdriver.io test framework, which allows to run our tests in local and on Sauce Labs (cross-browser and mobile tests). This allows us to run our tests on latest versions of Android and iOS, since Sauce Labs only supports the W3C WebDriver protocol for these platforms ([3]). [1]: https://github.com/defunctzombie/zuul [2]: https://github.com/admc/wd [3]: https://docs.saucelabs.com/dev/w3c-webdriver-capabilities/
Configuration menu - View commit details
-
Copy full SHA for 194a9b7 - Browse repository at this point
Copy the full SHA 194a9b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9143aa4 - Browse repository at this point
Copy the full SHA 9143aa4View commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0672cde - Browse repository at this point
Copy the full SHA 0672cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb907c - Browse repository at this point
Copy the full SHA bdb907cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d6a623 - Browse repository at this point
Copy the full SHA 8d6a623View commit details -
Configuration menu - View commit details
-
Copy full SHA for df48378 - Browse repository at this point
Copy the full SHA df48378View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2908669 - Browse repository at this point
Copy the full SHA 2908669View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b51c8 - Browse repository at this point
Copy the full SHA e2b51c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b66a1ed - Browse repository at this point
Copy the full SHA b66a1edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a01357 - Browse repository at this point
Copy the full SHA 7a01357View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.