yunhostnet / pywebsocket

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

Fix: dispatcher overlooks handlers if the root directory is specified as a relative path #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:
Make the dispatcher find Web Socket handlers even if the root directory
is specified as a relative path. Without this fix, the dispatcher miscalculates
the resource name and overlooks handlers.

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 yuzo@chromium.org on 6 Oct 2009 at 7:40

GoogleCodeExporter commented 9 years ago
Thank you for the review!

Original comment by yuzo@chromium.org on 6 Oct 2009 at 9:34