Chromium Code Reviews| Index: LayoutTests/http/tests/websocket/tests/hybi/close-on-unload_wsh.py |
| diff --git a/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload_wsh.py b/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload_wsh.py |
| index 4c13115b2439bfb76d31286adce9ec65e1046292..65e455e4e0dbddfbd6265ddfdc59f4023778b0d6 100644 |
| --- a/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload_wsh.py |
| +++ b/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload_wsh.py |
| @@ -48,7 +48,6 @@ def web_socket_transfer_data(request): |
| # notify to client that socketName is received by server. |
| msgutil.send_message(request, socketName) |
| msgutil.receive_message(request) # wait, and exception by close. |
| - socketName = socketName + ': receive next message' |
|
tyoshino (SeeGerritForStatus)
2013/08/20 03:07:07
looks ok to remove this. instead of this line, cou
|
| finally: |
| # request is closed. notify this socketName to other web sockets. |
| del connections[request] |