| Summary: | [WK2] Responses with 204 HTTP Status Code should be cacheable by default | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> | ||||||
| Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | barraclough, commit-queue, koivisto, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | 528+ (Nightly build) | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Chris Dumez
2015-03-24 14:20:33 PDT
Created attachment 249355 [details]
Patch
Comment on attachment 249355 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=249355&action=review > LayoutTests/http/tests/cache/disk-cache/resources/cache-test.js:46 > - var testURL = "resources/generate-response.cgi?uniqueId=" + uniqueTestId++ + "&Content-type=text/plain"; > + var cgi_script = withBody ? "resources/generate-response.cgi" : "resources/generate-response-no-body.cgi"; > + var testURL = cgi_script + "?uniqueId=" + uniqueTestId++ + "&Content-type=text/plain"; Maybe body generation should just be an argument for the script? Otherwise we need to keep these in sync if we add features. Created attachment 249361 [details]
Patch
Comment on attachment 249361 [details] Patch Clearing flags on attachment: 249361 Committed r181920: <http://trac.webkit.org/changeset/181920> All reviewed patches have been landed. Closing bug. |