Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 0fbd962f8ac90259bdee6d1e5769df3a45fea34c
https://github.com/conformal/btcd/commit/0fbd962f8ac90259bdee6d1e5769df3a45fea34c
Author: Dave Collins <[email protected]>
Date: 2014-01-17 (Fri, 17 Jan 2014)
Changed paths:
M rpcserver.go
Log Message:
-----------
Use our own websocket.Server instance.
The websocket.Server used the by websocket.Handler type automatically adds
a handshake function which prevents connections when the Origin header is
not set. Not all clients send this information and we already require
authentication headers as the auth mechanism anyways.