artiya4u / google-http-java-client

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

HttpHeaders.getContentLength should be a Long, not a String #89

Closed GoogleCodeExporter closed 9 years ago

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

http://javadoc.google-http-java-client.googlecode.com/hg/1.8.3-beta/com/google/a
pi/client/http/HttpHeaders.html#getContentLength()

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

All

Please describe the feature requested.

HttpHeaders.getContentLength should be a Long, not a String.  We should review 
the other headers also for the same thing, e.g. perhaps getRetryAfter?

Note that this change would be backwards incompatible.

Original issue reported on code.google.com by yan...@google.com on 17 Apr 2012 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 14 May 2012 at 2:14

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/6300047/

Original comment by yan...@google.com on 6 Jun 2012 at 12:53