fix #775
This commit is contained in:
parent
28be00ea9e
commit
b8556dc702
1 changed files with 0 additions and 3 deletions
|
|
@ -96,9 +96,6 @@ class RawWebSocket:
|
|||
f'Sec-WebSocket-Key: {ws_key}\r\n'
|
||||
f'Sec-WebSocket-Version: 13\r\n'
|
||||
f'Sec-WebSocket-Protocol: binary\r\n'
|
||||
f'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) '
|
||||
f'AppleWebKit/537.36 (KHTML, like Gecko) '
|
||||
f'Chrome/131.0.0.0 Safari/537.36\r\n'
|
||||
f'\r\n'
|
||||
)
|
||||
writer.write(req.encode())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue