mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove BytesLoggers from exported functions
This commit is contained in:
parent
50e4f4fd61
commit
b2edf948e2
3 changed files with 22 additions and 22 deletions
|
@ -306,7 +306,7 @@ func (sf *SnowflakeProxy) makePeerConnectionFromOffer(sdp *webrtc.SessionDescrip
|
|||
|
||||
pr, pw := io.Pipe()
|
||||
conn := &webRTCConn{pc: pc, dc: dc, pr: pr}
|
||||
conn.bytesLogger = NewBytesSyncLogger()
|
||||
conn.bytesLogger = newBytesSyncLogger()
|
||||
|
||||
dc.OnOpen(func() {
|
||||
log.Println("OnOpen channel")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue