cache-tests icon indicating copy to clipboard operation
cache-tests copied to clipboard

Partial content failures

Open mnot opened this issue 1 year ago • 0 comments

  1. Cache some partial content
  2. Request partially overlapping content
  3. Fail request 2 (eg 403)

Examine response 2:

  1. Does cache serve failure response or partial response (i.e., does it synthesise the partial from cache?) (already tested?)
  2. If so, does Content-Range properly reflect response content?

From https://aoli.al/blogs/chrome-bug/ (see also HN and Chrome bug)

mnot avatar Mar 03 '25 23:03 mnot