Build the websocket-server.

Patch server.go to refer to out-of-tree websocket library.
This commit is contained in:
David Fifield 2016-03-26 12:06:06 -07:00
parent e53705519e
commit cfca47674e
3 changed files with 3 additions and 3 deletions

View file

@ -20,9 +20,8 @@ import (
"syscall"
"time"
"../websocket"
"git.torproject.org/pluggable-transports/goptlib.git"
"git.torproject.org/pluggable-transports/websocket.git/websocket"
)
const ptMethodName = "websocket"