commit | 52e41583f58132ae109c632b51f8419c4c2225d6 | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Wed Apr 21 23:57:43 2010 -0700 |
committer | Grace Kloba <klobag@google.com> | Thu Apr 22 09:51:18 2010 -0700 |
tree | c2f4220e81c3294b2d73e8d18465508a8d5a4040 | |
parent | 25dc5f30b2a8276c5790c7152a801fcd905c7281 [diff] |
Added the subset of partial content support so that we can continue the interrupted request to support streaming the content even with a brief disconnection. Note: we don't update the headers for partial content as the headers we care should not be updated. See a list in chromium/net/http/http_response_headers.cc. We currently also don't support cache for partial content. Fix http://b/issue?id=2616477