mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
whitespace error
This commit is contained in:
parent
2af71a4486
commit
92fc87bc4c
@ -64,7 +64,7 @@ class WebSocketLayer(base.Layer):
|
||||
|
||||
if client_extensions:
|
||||
client_extensions[0].finalize(handshake_flow.response.headers['Sec-WebSocket-Extensions'])
|
||||
if server_extensions:
|
||||
if server_extensions:
|
||||
server_extensions[0].finalize(handshake_flow.response.headers['Sec-WebSocket-Extensions'])
|
||||
|
||||
request = Request(extensions = client_extensions, host = handshake_flow.request.host, target = handshake_flow.request.path)
|
||||
|
Loading…
Reference in New Issue
Block a user