Summary: | WebDriver: HTTP responses should include Cache-Control header with no-cache value | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> | ||||
Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bburg, joepeck, svillar, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Carlos Garcia Campos
2017-09-18 08:57:19 PDT
Created attachment 321097 [details]
Patch
Comment on attachment 321097 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=321097&action=review > Source/WebDriver/ChangeLog:9 > + Set the responseâs header with name and value with the following values: Weird character here > Source/WebDriver/soup/HTTPServerSoup.cpp:52 > + // §6.3 Processing Model. Weird character here Comment on attachment 321097 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=321097&action=review Thanks for the review. >> Source/WebDriver/ChangeLog:9 >> + Set the responseâs header with name and value with the following values: > > Weird character here It's the review tool that screws this, open the diff and see it's correct. >> Source/WebDriver/soup/HTTPServerSoup.cpp:52 >> + // §6.3 Processing Model. > > Weird character here Ditto. Committed r222203: <http://trac.webkit.org/changeset/222203> |