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..23acea7789c6051411a14948360097f45132f346 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,7 @@ 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' |
+ socketName = socketName + ': ' + request.ws_close_code |
finally: |
# request is closed. notify this socketName to other web sockets. |
del connections[request] |