Skip to content

Fixed some path handling awkwardness from my previous changes #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 8, 2012

Conversation

jasta
Copy link
Contributor

@jasta jasta commented Oct 8, 2012

No description provided.

jasta added 2 commits October 7, 2012 20:07
It was pretty easy to create confusing situations where the lack of a
trailing '/' would cause counter intuitive error messages to be reported
due to path mismatch.  For example, ws://echo.websocket.org and
ws://echo.websocket.org/ were being treated differently, with the former
producing malformed HTTP requests ("GET  HTTP/1.1").  Likewise, the lack
of a trailing slash affected the server's behaviour with respect to path
matching as well.
progrium added a commit that referenced this pull request Oct 8, 2012
Fixed some path handling awkwardness from my previous changes
@progrium progrium merged commit 1b71136 into progrium:master Oct 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants