[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:57:22 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34879
--- Comment #7 from Fumitoshi Ukai <ukai at chromium.org> 2010-02-17 21:57:22 PST ---
(In reply to comment #6)
> (From update of attachment 48963 [details])
> > + "--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.
We've used userscores...
Since this options is in pywebsocket, and no WebKitTools/Scripts uses
underscores,
should I fix it to use dashes?
--
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