mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
parent
2680343790
commit
133f657928
4 changed files with 20 additions and 1 deletions
|
@ -64,7 +64,7 @@ func (mc *MeekChannel) Negotiate(offer *webrtc.SessionDescription) (
|
|||
return nil, err
|
||||
}
|
||||
defer resp.Body.Close()
|
||||
log.Printf("MeekChannel Response:\n%s\n\n", resp)
|
||||
log.Printf("MeekChannel Response:\n%s\n\n", resp.Status)
|
||||
body, err := ioutil.ReadAll(resp.Body)
|
||||
if nil != err {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue