X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Fhttp%2Fpartial_data.cc;h=c7cde997f347dba09343f2e824a121537da1c91b;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=a05c21897542f12f7677a12e1cebedbec6914eab;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/http/partial_data.cc b/src/net/http/partial_data.cc index a05c218..c7cde99 100644 --- a/src/net/http/partial_data.cc +++ b/src/net/http/partial_data.cc @@ -280,9 +280,6 @@ bool PartialData::UpdateFromStoredHeaders(const HttpResponseHeaders* headers, return true; } - if (!headers->HasStrongValidators()) - return false; - int64 length_value = headers->GetContentLength(); if (length_value <= 0) return false; // We must have stored the resource length.