mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Temove outdated comment
As per https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/merge_requests/502#note_3159902. The comment was added inc28c8ca489
, and got outdated apparently after83c01565ef
. Signed-off-by: Cecylia Bocovich <cohosh@torproject.org>
This commit is contained in:
parent
cb0fb02cd5
commit
57eefd4b37
1 changed files with 0 additions and 3 deletions
|
@ -520,9 +520,6 @@ func (sf *SnowflakeProxy) makePeerConnectionFromOffer(
|
|||
|
||||
log.Println("Generating answer...")
|
||||
answer, err := pc.CreateAnswer(nil)
|
||||
// blocks on ICE gathering. we need to add a timeout if needed
|
||||
// not putting this in a separate go routine, because we need
|
||||
// SetLocalDescription(answer) to be called before sendAnswer
|
||||
if err != nil {
|
||||
if inerr := pc.Close(); inerr != nil {
|
||||
log.Printf("ICE gathering has generated an error when calling pc.Close: %v", inerr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue