mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -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)
|
||||
if err != nil {
|
||||
log.Println("Error proxy SDP: ", err.Error())
|
||||
w.WriteHeader(http.StatusBadRequest)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue