Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / websocket / handshake-fail-by-prepended-null_wsh.py
index b3eb961..3a68ced 100644 (file)
@@ -43,7 +43,8 @@ def web_socket_do_extra_handshake(request):
     # continue writing data until the client disconnects
     while True:
         time.sleep(1)
-        numFrames = 1024 / len(frame) # write over 1024 bytes including the above handshake
+        # write over 1024 bytes including the above handshake
+        numFrames = 1024 / len(frame)
         for i in range(0, numFrames):
             request.connection.write(frame)