Index: LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header_wsh.py |
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header_wsh.py b/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header_wsh.py |
index 684459b636b25344b78ebb5113e749bc02d1c4cb..4952d18bb4288ee418a693ffcf99b9e2c25da711 100644 |
--- a/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header_wsh.py |
+++ b/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header_wsh.py |
@@ -7,7 +7,7 @@ def web_socket_do_extra_handshake(request): |
msg += 'Upgrade: websocket\r\n' |
msg += 'Connection: Upgrade\r\n' |
msg += 'Sec-WebSocket-Accept: %s\r\n' % compute_accept(request.headers_in['Sec-WebSocket-Key'])[0] |
- msg += 'Sec-WebSocket-Accept: XXXXthisiswrongXXXX\r\n' |
+ msg += 'Sec-WebSocket-Accept: XXXXthisiswrongXXXX\r\n' |
msg += '\r\n' |
request.connection.write(msg) |
print msg |