mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Build the websocket-server.
Patch server.go to refer to out-of-tree websocket library.
This commit is contained in:
parent
e53705519e
commit
cfca47674e
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue