OSDN Git Service

Do not cache POST response as Cache is indexed with url.
authorGrace Kloba <klobag@google.com>
Wed, 9 Sep 2009 01:31:26 +0000 (18:31 -0700)
committerGrace Kloba <klobag@google.com>
Wed, 9 Sep 2009 02:24:44 +0000 (19:24 -0700)
commit273fecc22a6315915452574cac116ae1f60a90ea
tree0593256d2034e8ca125a750b68d3a1ca2d35b965
parentbde54df0209e6b3db720b14f5c7b8bd6e6372757
Do not cache POST response as Cache is indexed with url.

mRequestHandle is only set from Network. So we can skip checking whether url is Network url if mRequestHandle is not null.

Fix http://b/issue?id=1980031
core/java/android/webkit/LoadListener.java