[webkit-dev] mod_pywebsocket for testing Web Socket implementation
Alexey Proskuryakov
ap at webkit.org
Tue Sep 8 10:09:24 PDT 2009
07.09.2009, в 21:30, Yuzo Fujishima написал(а):
> Would installing mod_python and mod_pywebsocket be very difficult?
As others already stated, making the user install additional modules
is undesirable. My original comment was about having a simple module
implementation that could be built from source by run-webkit-tests,
and used without installation. Clearly, keeping source of mod_python
in WebKit repository and building it from source is not going to work
well.
> - It should be closer to what real web sites would do.
> (See a comment by ap@: https://bugs.webkit.org/show_bug.cgi?
> id=27490#c3)
I still think that being close to real web sites is important. In
particular, it is likely that Web Sockets servers will need to share
host with HTTP in order to share cookies and authentication
credentials. It seems that an Apache module handling the Upgrade
header is a natural approach for this.
On the other hand, we cannot know how exactly Web Sockets will be
deployed in practice, so maybe we can just do what's easiest for us
for now.
- WBR, Alexey Proskuryakov
More information about the webkit-dev
mailing list