OSDN Git Service

Restrict the range request to the servers claiming
authorGrace Kloba <klobag@google.com>
Fri, 23 Apr 2010 22:57:58 +0000 (15:57 -0700)
committerGrace Kloba <klobag@google.com>
Fri, 23 Apr 2010 22:57:58 +0000 (15:57 -0700)
commit6ead8f6771fdc80d3ac67e174066b674f688b2d6
treec9c491670c98713d0f0ebfcf96d757cbad3f5321
parent7b88af679a9a3b5737343bb996ef392b76d19e73
Restrict the range request to the servers claiming
that they accept ranges. This may be too restrict as
the spec says the server MAY set this in the response
header. But this is the last minute change made in
https://android-git.corp.google.com/g/#change,49444
I think it is safer to be conservative.

Fix http://b/issue?id=2616477
core/java/android/net/http/Request.java