yunhostnet / pywebsocket

Automatically exported from code.google.com/p/pywebsocket
0 stars 0 forks source link

Make ws(s) share ports with http(s) #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:

Make ws(s) share ports with http(s).
When a request comes in, it is first treated as a Web Socket
request. If Web Socket handshake fails, the request is then
treated as an HTTP request. 

After the review, I'll merge this branch into:
/trunk

Original issue reported on code.google.com by yuzo@chromium.org on 11 Sep 2009 at 9:16

GoogleCodeExporter commented 9 years ago

Original comment by yuzo@chromium.org on 18 Sep 2009 at 6:37