Java42 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

MediaHttpUploader should respect AbstractGoogleClientRequest.setDisableGZipContent(true) #638

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

http://javadoc.google-api-java-client.googlecode.com/hg/1.11.0-beta/com/google/a
pi/client/googleapis/media/MediaHttpUploader.html

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

All

Please describe the feature requested.

When using AbstractGoogleClientRequest on an upload request, if you call 
setDisableGZipContent(true) it will ignore it and call 
request.setEnableGZipContent(true) anyway.  Instead, we should add a 
setDisableGZipContent method to MediaHttpUploader so we can honor that request.

Original issue reported on code.google.com by yan...@google.com on 18 Oct 2012 at 12:53

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/6852066/

Original comment by rmis...@google.com on 6 Dec 2012 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 10 Dec 2012 at 2:19