[Webkit-unassigned] [Bug 34879] pywebsocket should support html and cgi in the same directory.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 21:37:57 PST 2010


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





--- Comment #6 from Alexey Proskuryakov <ap at webkit.org>  2010-02-17 21:37:58 PST ---
(From update of attachment 48963)
> +        "--server_host", "127.0.0.1",
> +        "--port", "$webSocketPort",
> +        "--document_root", "$webSocketHandlerDir",
> +        "--scan_dir", "$webSocketHandlerScanDir",
> +        "--websock_handlers_map_file", "$webSocketHandlerMapFile",
> +        "--cgi_paths", "/websocket/tests",
> +        "--log_file", "$logFile",

I think that the usual Unix style for long options is to use dashes, not
underscores.

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