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

Side by Side Diff: net/data/quic_http_response_cache_data/www.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
(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 X-Original-Url: http://www.example.com/site_map.html
14
15
16 <!doctype html>
17 <html>
18 <head>
19 <title>Example Domain</title>
20
21 <meta 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" />
24 <style type="text/css">
25 body {
26 background-color: #f0f0f2;
27 margin: 0;
28 padding: 0;
29 font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif ;
30
31 }
32 div {
33 width: 600px;
34 margin: 5em auto;
35 padding: 50px;
36 background-color: #fff;
37 border-radius: 1em;
38 }
39 a:link, a:visited {
40 color: #38488f;
41 text-decoration: none;
42 }
43 @media (max-width: 700px) {
44 body {
45 background-color: #fff;
46 }
47 div {
48 width: auto;
49 margin: 0 auto;
50 border-radius: 0;
51 padding: 1em;
52 }
53 }
54 </style>
55 </head>
56
57 <body>
58 <div>
59 <h1>Example Domain</h1>
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>
62 <p><a href="http://www.iana.org/domains/example">More information...</a></p>
63 </div>
64 </body>
65 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698