Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Oct 22, 2020

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Oct 22, 2020
@lpinca lpinca force-pushed the master branch 2 times, most recently from 13c5925 to 3d5066a Compare November 8, 2020 08:25
@lpinca lpinca force-pushed the master branch 3 times, most recently from f77215b to 114de9e Compare March 7, 2021 16:50
Abort the handshake if the client receives a `Sec-WebSocket-Extensions`
header but no extension was requested. Also abort the handshake if the
server indicates an extension not requested by the client.
lpinca added 11 commits July 4, 2021 07:22
Remove ambiguity and prevent `WebSocketServer.prototype.address()` from
throwing an error if the `noServer` option is used along with the
`port` and/or `server` options.
Ensure that `WebSocketServer.prototype.close()` does not emit a
`'close'` event prematurely if called while the internal HTTP/S server
is closing.
Prevent WebSocket connections from being established after
`WebSocketServer.prototype.close()` is called.
Make the `WebSocket` constructor throw a `SyntaxError` if any of the
subprotocol names are invalid or duplicated.
Abort the handshake if the `Sec-WebSocket-Protocol` header is invalid.
Make the parser throw an error if the header field value is empty or if
it begins or ends with a white space.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.