[Webkit-unassigned] [Bug 27490] Web Sockets Test Infrastructure Part 1/3: Server

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 14 02:27:47 PDT 2009


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





--- Comment #10 from Yuzo Fujishima <yuzo at google.com>  2009-08-14 02:27:45 PDT ---
Hi, reviewers,

Thank you for your comments.

I've written a Web Socket server for Apache HTTP server using mod_python.
This is expected to be merged into LayoutTests/http.

Because of its size, I've uploaded it to http://codereview.appspot.com,
after splitting it into 8 parts (part 0 through 7), in dependency order.
(The most depended on comes first.)

Please let me know if you like it uploaded to this bug instead.

Web Socket Server for Apache HTTP Server with mod_python: 
http://codereview.appspot.com/105107 Part 0: mp_websock module 
http://codereview.appspot.com/105108 Part 1: script to run all tests
http://codereview.appspot.com/105109 Part 2: testing helpers
http://codereview.appspot.com/105110 Part 3: utilities 
http://codereview.appspot.com/104108 Part 4: message utilities
http://codereview.appspot.com/105111 Part 5: handshake
http://codereview.appspot.com/105112 Part 6: dispatch
http://codereview.appspot.com/104109 Part 7: PythonConnectionHandler

I haven't created ChangeLog yet.

Yuzo

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