[Webkit-unassigned] [Bug 40105] New: bad codecs.open in webkitpy/layout_tests/ports/websocket_server.py

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 3 00:03:49 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40105

           Summary: bad codecs.open in
                    webkitpy/layout_tests/ports/websocket_server.py
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ukai at chromium.org


In websocket_server.PyWebSocket.start() method, it open file by codecs.open(output_log, "utf-8"), but second parameter should be "r" here.

Also, it would be nice to kill the websocket server process when the process is running, but url is not alive.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list