Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Side by Side Diff: net/data/quic_http_response_cache_data/test.example.com/map.html

Issue 2692943003: Rename www.example.com -> test.example.com for push resource (Closed)
Patch Set: rename the normal response cache directory as well Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 HTTP/1.1 200 OK 1 HTTP/1.1 200 OK
2 Date: Tue, 28 Aug 2012 15:08:56 GMT 2 Date: Tue, 28 Aug 2012 15:08:56 GMT
3 Server: Apache/2.2.3 (CentOS) 3 Server: Apache/2.2.3 (CentOS)
4 X-Powered-By: PHP/5.1.6 4 X-Powered-By: PHP/5.1.6
5 Set-Cookie: bblastvisit=1346166536; expires=Wed, 28-Aug-2013 15:08:56 GMT; path= /; domain=.nasioc.com 5 Set-Cookie: bblastvisit=1346166536; expires=Wed, 28-Aug-2013 15:08:56 GMT; path= /; domain=.nasioc.com
6 Set-Cookie: bblastactivity=0; expires=Wed, 28-Aug-2013 15:08:56 GMT; path=/; dom ain=.nasioc.com 6 Set-Cookie: bblastactivity=0; expires=Wed, 28-Aug-2013 15:08:56 GMT; path=/; dom ain=.nasioc.com
7 Expires: 0 7 Expires: 0
8 Cache-Control: private, post-check=0, pre-check=0, max-age=0 8 Cache-Control: private, post-check=0, pre-check=0, max-age=0
9 Pragma: no-cache 9 Pragma: no-cache
10 X-UA-Compatible: IE=7 10 X-UA-Compatible: IE=7
11 Connection: close 11 Connection: close
12 Content-Type: text/html; charset=ISO-8859-1 12 Content-Type: text/html; charset=ISO-8859-1
13 X-Original-Url: http://www.example.com/site_map.html 13 X-Original-Url: http://test.example.com/site_map.html
14 14
15 15
16 <!doctype html> 16 <!doctype html>
17 <html> 17 <html>
18 <head> 18 <head>
19 <title>Example Domain</title> 19 <title>Example Domain</title>
20 20
21 <meta charset="utf-8" /> 21 <meta charset="utf-8" />
22 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> 22 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
23 <meta name="viewport" content="width=device-width, initial-scale=1" /> 23 <meta name="viewport" content="width=device-width, initial-scale=1" />
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 <body> 57 <body>
58 <div> 58 <div>
59 <h1>Example Domain</h1> 59 <h1>Example Domain</h1>
60 <p>This domain is established to be used for illustrative examples in docume nts. You may use this 60 <p>This domain is established to be used for illustrative examples in docume nts. You may use this
61 domain in examples without prior coordination or asking for permission.</p> 61 domain in examples without prior coordination or asking for permission.</p>
62 <p><a href="http://www.iana.org/domains/example">More information...</a></p> 62 <p><a href="http://www.iana.org/domains/example">More information...</a></p>
63 </div> 63 </div>
64 </body> 64 </body>
65 </html> 65 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698