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

Side by Side Diff: net/data/quic_http_response_cache_data/www.example.com/index.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
(Empty)
1 HTTP/1.1 200 OK
2 Date: Tue, 28 Aug 2012 15:08:56 GMT
3 Server: Apache/2.2.3 (CentOS)
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
6 Set-Cookie: bblastactivity=0; expires=Wed, 28-Aug-2013 15:08:56 GMT; path=/; dom ain=.nasioc.com
7 Expires: 0
8 Cache-Control: private, post-check=0, pre-check=0, max-age=0
9 Pragma: no-cache
10 X-UA-Compatible: IE=7
11 Connection: close
12 Content-Type: text/html; charset=ISO-8859-1
13
14 <!doctype html>
15 <html>
16 <head>
17 <title>Example Domain</title>
18
19 <meta charset="utf-8" />
20 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
21 <meta name="viewport" content="width=device-width, initial-scale=1" />
22 <style type="text/css">
23 body {
24 background-color: #f0f0f2;
25 margin: 0;
26 padding: 0;
27 font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif ;
28
29 }
30 div {
31 width: 600px;
32 margin: 5em auto;
33 padding: 50px;
34 background-color: #fff;
35 border-radius: 1em;
36 }
37 a:link, a:visited {
38 color: #38488f;
39 text-decoration: none;
40 }
41 @media (max-width: 700px) {
42 body {
43 background-color: #fff;
44 }
45 div {
46 width: auto;
47 margin: 0 auto;
48 border-radius: 0;
49 padding: 1em;
50 }
51 }
52 </style>
53 </head>
54
55 <body>
56 <div>
57 <h1>Example Domain</h1>
58 <p>This domain is established to be used for illustrative examples in docume nts. You may use this
59 domain in examples without prior coordination or asking for permission.</p>
60 <p><a href="http://www.iana.org/domains/example">More information...</a></p>
61 </div>
62 </body>
63 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698