mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-27 07:52:18 +02:00
Issue 22: Don't send Sec-WebSocket-Protocol unless specified
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
- name: protocol
|
||||
type: string
|
||||
desc: the protocol to use (e.g. 'chat'). (Default is 'binary')
|
||||
desc: the protocol to use (e.g. 'chat'). If not set, no `Sec-WebSocket-Protocol` header is sent.
|
||||
|
||||
- name: headers
|
||||
type: string
|
||||
|
Reference in New Issue
Block a user