Test on Travis

* Closes #10
This commit is contained in:
Arlo Breault 2016-01-21 15:33:42 -08:00
parent 2680343790
commit 133f657928
4 changed files with 20 additions and 1 deletions

View file

@ -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