wangshen2014 / pywebsocket

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

Add Dispatcher.add_resource_path_alias #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:
Add Dispatcher.add_resource_path_alias to make it enable assigning
alias of handler.

This is motivated to have a layout test in webkit to test websocket url
without trailing slash (e.g. ws://127.0.0.1:8880 see
https://bugs.webkit.org/show_bug.cgi?id=33689 ).
We need to have a handler for '/' for the test.

When reviewing my code changes, please focus on:

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

Original issue reported on code.google.com by ukai@chromium.org on 19 Jan 2010 at 9:06

GoogleCodeExporter commented 9 years ago

Original comment by ukai@chromium.org on 20 Jan 2010 at 4:42