-
Notifications
You must be signed in to change notification settings - Fork 172
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: socketio/engine.io-client-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7b3cc94
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketio/engine.io-client-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 62f1384
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 22 files changed
- 1 contributor
Commits on Dec 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 475f89a - Browse repository at this point
Copy the full SHA 475f89aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b7002 - Browse repository at this point
Copy the full SHA b1b7002View commit details
Commits on Dec 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 41f89a3 - Browse repository at this point
Copy the full SHA 41f89a3View commit details -
feat: add an extraHeaders option
Similar to the option of the JS client: ```java opts = new Socket.Options(); opts.extraHeaders = singletonMap("authorization", singletonList("bearer abcd")); socket = new Socket(opts); ``` Note: the refactor of the options (similar to [1]) will be done in a future step. [1] socketio/engine.io-client@5f47a50
Configuration menu - View commit details
-
Copy full SHA for dfe65e3 - Browse repository at this point
Copy the full SHA dfe65e3View commit details -
fix: check the type of the initial packet
Before this fix, the client could mark the polling transport as open even though the handshake packet was not received properly (for example, after a parsing error). See also: socketio/engine.io-client@1c8cba8
Configuration menu - View commit details
-
Copy full SHA for 2b5dfb9 - Browse repository at this point
Copy the full SHA 2b5dfb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd341c - Browse repository at this point
Copy the full SHA cbd341cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f1384 - Browse repository at this point
Copy the full SHA 62f1384View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7b3cc94...62f1384