mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
broker and proxy must not reject client offers with no ICE candidates
Fixes #40371. Partially reverts !141.
This commit is contained in:
parent
9ff205dd7f
commit
8792771cdc
4 changed files with 0 additions and 35 deletions
|
@ -139,13 +139,6 @@ func clientOffers(i *IPC, w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
err = validateSDP(body)
|
||||
if err != nil {
|
||||
log.Println("Error client SDP: ", err.Error())
|
||||
w.WriteHeader(http.StatusBadRequest)
|
||||
return
|
||||
}
|
||||
|
||||
// Handle the legacy version
|
||||
//
|
||||
// We support two client message formats. The legacy format is for backwards
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue