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