websockets: honour the requested/specified protocol name
authorKrisztian Litkey <kli@iki.fi>
Sun, 3 Nov 2013 23:45:43 +0000 (01:45 +0200)
committerKrisztian Litkey <kli@iki.fi>
Mon, 4 Nov 2013 00:37:33 +0000 (02:37 +0200)
commit3eeb2b463ce061e5054afd5b29fe1900d6272977
tree69ee458a9cd6cf4f9d4018cc82cf19ece9609de9
parent08c0ae66594f019f3c2e9828098797a7c0d79484
websockets: honour the requested/specified protocol name

Don't hardcode "murphy" as the websocket protocol name. Instead,
use the protocol name specified in the websocket address both
for bind and connect.
src/common/wsck-transport.c