New issue
Advanced search Search tips

Issue 633338 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Cache API should reject 206s (Partial Responses)

Project Member Reported by jsb...@chromium.org, Aug 1 2016

Issue description

Project Member

Comment 1 by bugdroid1@chromium.org, Aug 2 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/7ca1d2fef66579fe8ebf3f7580da56c9f9cd3a48

commit 7ca1d2fef66579fe8ebf3f7580da56c9f9cd3a48
Author: jsbell <jsbell@chromium.org>
Date: Tue Aug 02 20:45:00 2016

Cache API should reject 206 Partial Responses

Per spec issue[1], the cache API should reject partial responses,
failing calls to put()/add()/addAll() that come back with an HTTP
status code 206.

[1] https://github.com/slightlyoff/ServiceWorker/issues/937

R=jkarlin@chromium.org,cmumford@chromium.org
BUG= 633338 

Review-Url: https://codereview.chromium.org/2204573002
Cr-Commit-Position: refs/heads/master@{#409314}

[modify] https://crrev.com/7ca1d2fef66579fe8ebf3f7580da56c9f9cd3a48/third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-add.js
[modify] https://crrev.com/7ca1d2fef66579fe8ebf3f7580da56c9f9cd3a48/third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-put.js
[modify] https://crrev.com/7ca1d2fef66579fe8ebf3f7580da56c9f9cd3a48/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt
[modify] https://crrev.com/7ca1d2fef66579fe8ebf3f7580da56c9f9cd3a48/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-add-expected.txt
[modify] https://crrev.com/7ca1d2fef66579fe8ebf3f7580da56c9f9cd3a48/third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-add-expected.txt
[modify] https://crrev.com/7ca1d2fef66579fe8ebf3f7580da56c9f9cd3a48/third_party/WebKit/Source/modules/cachestorage/Cache.cpp

Status: Fixed (was: Started)

Sign in to add a comment