fix: try without chunk headers
This commit is contained in:
parent
44592e1730
commit
ab5c7bb830
|
|
@ -267,8 +267,6 @@ impl Client {
|
|||
let resp = self
|
||||
.http_client_with_auth(Method::POST, &url)
|
||||
.await?
|
||||
.header("Content-Type", "octet-stream")
|
||||
.header("Transfer-Encoding", "chunked")
|
||||
.body(Body::wrap_stream(publish_collab_stream))
|
||||
.send()
|
||||
.await?;
|
||||
|
|
|
|||
Loading…
Reference in New Issue