diff --git a/meek-client/meek-client.go b/meek-client/meek-client.go index 5b621994c8e31c9e5cc47c50c956a503af0f4e48..e98dd764fc6c02122514226d087483de8fa4e0e5 100644 --- a/meek-client/meek-client.go +++ b/meek-client/meek-client.go @@ -126,7 +126,6 @@ func roundTripWithHTTP(buf []byte, info *RequestInfo) (*http.Response, error) { if info.Host != "" { req.Host = info.Host } - req.Header.Set("Content-Type", "application/octet-stream") req.Header.Set("X-Session-Id", info.SessionID) return tr.RoundTrip(req) }