We don't need to worry about the base64 WebSockets.

That's only for very very old Firefox. Even for flash proxy it was only
relevant for a short time.
This commit is contained in:
David Fifield 2016-03-26 14:23:22 -07:00
parent 7248cf92f3
commit 2d871a1a4f

View file

@ -47,7 +47,6 @@ buildUrl = (scheme, host, port, path, params) ->
makeWebsocket = (addr) ->
url = buildUrl 'ws', addr.host, addr.port, '/'
# TODO: Do we need to worry about the base64 version?
ws = new WebSocket url
###
'User agents can use this as a hint for how to handle incoming binary data: if