location falls back to Rack::Request#fullpath
commit742a7c9f8fc5e26e45e2083545b43021865d5122
authorEric Wong <normalperson@yhbt.net>
Mon, 14 Dec 2009 01:04:10 +0000 (13 17:04 -0800)
committerEric Wong <normalperson@yhbt.net>
Mon, 14 Dec 2009 01:04:10 +0000 (13 17:04 -0800)
treed5092a3fa823f246ac702bacdfdbc90e31d1e1cd
parentf48a282e05e8d7fc110386d8dd4bf5a2749bb875
location falls back to Rack::Request#fullpath

Since REQUEST_URI is not required by Rack, it may not
be available (even though in practice it's not true).
lib/sunshowers/web_socket.rb
test/test_web_socket.rb