mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Bootstrapped 100%: Done
This commit is contained in:
parent
10c9685a33
commit
0711b3e1b9
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ func datachannelHandler(conn *webRTCConn) {
|
|||
log.Printf("Failed to connect to ORPort: " + err.Error())
|
||||
return
|
||||
}
|
||||
defer or.Close()
|
||||
//defer or.Close()
|
||||
|
||||
pr, pw := io.Pipe()
|
||||
conn.pr = pr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue