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

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    2d0b755 View commit details
    Browse the repository at this point in the history
  2. feat: prepend a header to each WebTransport chunk

    WebTransport is a stream-based protocol, so chunking boundaries are not
    always preserved.
    
    That's why we will now prepend a 4-bytes header to each chunk:
    
    - first bit indicates whether the payload is plain text (0) or binary (1)
    - next 31 bits indicate the length of the payload
    
    See also: https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers#format
    darrachequesne committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6142324 View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.2.0

    darrachequesne committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    aea321c View commit details
    Browse the repository at this point in the history
Loading