mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Remove broker log messages for invalid SDP and SQS cleanup
This commit is contained in:
parent
5ec92a5dd4
commit
08239cca2a
2 changed files with 0 additions and 2 deletions
|
@ -220,7 +220,6 @@ func proxyAnswers(i *IPC, w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
err = validateSDP(body)
|
err = validateSDP(body)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println("Error proxy SDP: ", err.Error())
|
|
||||||
w.WriteHeader(http.StatusBadRequest)
|
w.WriteHeader(http.StatusBadRequest)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
@ -119,7 +119,6 @@ func (r *sqsHandler) cleanupClientQueues(ctx context.Context) {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log.Printf("SQSHandler: finished running iteration of client queue cleanup. found and deleted %d client queues.\n", numDeleted)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue