Skip to content
Permalink

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: engine.io-client-1.0.1
Choose a base ref
...
head repository: socketio/engine.io-client-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: engine.io-client-2.0.0
Choose a head ref
  • 7 commits
  • 22 files changed
  • 1 contributor

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    475f89a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1b7002 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    41f89a3 View commit details
    Browse the repository at this point in the history
  2. 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
    darrachequesne committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    dfe65e3 View commit details
    Browse the repository at this point in the history
  3. 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
    darrachequesne committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    2b5dfb9 View commit details
    Browse the repository at this point in the history
  4. docs: update website

    darrachequesne committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    cbd341c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62f1384 View commit details
    Browse the repository at this point in the history
Loading