Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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/socket.io-deno
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:0.1.0
Choose a base ref
Loading
...
head repository:socketio/socket.io-deno
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:0.1.1
Choose a head ref
Loading
  • 7commits
  • 12files changed
  • 1contributor

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    90d799dView commit details
    Browse the repository at this point in the history
  2. fix: disallow mismatching transport

    This was caught thanks to the test suite there: [1]Rule: ignores HTTP requests with same sid after upgrade[1]:https://github.com/socketio/engine.io-protocol/blob/main/test-suite/test-suite.js
    @darrachequesne
    darrachequesne committedSep 13, 2022
    Configuration menu
    Copy the full SHA
    6b2cc16View commit details
    Browse the repository at this point in the history
  3. fix: disallow duplicate WebSocket connections with same sid

    This was caught thanks to the test suite there: [1]Rule: ignores WebSocket connection with same sid after upgrade[1]:https://github.com/socketio/engine.io-protocol/blob/main/test-suite/test-suite.js
    @darrachequesne
    darrachequesne committedSep 13, 2022
    Configuration menu
    Copy the full SHA
    193a9b5View commit details
    Browse the repository at this point in the history
  4. fix: prevent crash when using custom headers

    It seems that the Deno.upgradeWebSocket() method does not allow toprovide additional headers during the WebSocket handshake.Exception:> TypeError: Headers are immutable.>    at Headers.set (deno:ext/fetch/20_headers.js:384:15)>    at /packages/engine.io/lib/transports/websocket.ts:60:24>    at Headers.forEach (deno:ext/webidl/00_webidl.js:1001:13)>    at WS.onRequest (/packages/engine.io/lib/transports/websocket.ts:59:21)>    at Server.handshake (/packages/engine.io/lib/server.ts:344:31)
    @darrachequesne
    darrachequesne committedSep 13, 2022
    Configuration menu
    Copy the full SHA
    dfe3122View commit details
    Browse the repository at this point in the history
  5. fix: send a "noop" packet when transport is already closed

    This was caught thanks to the test suite there: [1]Rule: close > HTTP long-polling > forcefully closes the session[1]:https://github.com/socketio/engine.io-protocol/blob/main/test-suite/test-suite.js
    @darrachequesne
    darrachequesne committedSep 13, 2022
    Configuration menu
    Copy the full SHA
    3b1eb82View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    c8c48a4View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ead0b42View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp