[Webkit-unassigned] [Bug 37664] Chromium: Add --chromium option to new-run-webkit-websocketserver

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 17:30:31 PDT 2010


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





--- Comment #16 from Fumitoshi Ukai <ukai at chromium.org>  2010-04-22 17:30:29 PST ---
(From update of attachment 54103)
> @@ -230,7 +246,7 @@ class PyWebSocket(http_server.Lighttpd):
>             pid = self._process.pid
>         elif self._pidfile:
>              with codecs.open(self._pidfile, "r", "ascii") as file:
> -                pid = int(file.read().strip())
> +                pid = int(f.read().strip())
> 
>         if not pid:
>             raise PyWebSocketNotFound(

Don't revert here!!

-- 
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