tustvold commented on code in PR #7301:
URL: https://github.com/apache/arrow-rs/pull/7301#discussion_r2006124591


##########
object_store/src/gcp/client.rs:
##########
@@ -540,6 +541,7 @@ impl GoogleCloudStorageClient {
         let response = self
             .client
             .request(Method::POST, &url)
+            .header(&CONTENT_LENGTH, data.len())

Review Comment:
   I think this should be unnecessary, and I believe is potentially incorrect 
if the client decides to use a some sort of transport encoding



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to