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

Side by Side Diff: net/data/quic_in_memory_cache_data_with_push/quic-datatesturl.com/index2.html

Issue 1819853003: QUIC - extend QuicInMemoryCache so that simple server can do server push. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix asan detected bug Created 4 years, 9 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: Sat, 22 Jun 2013 01:21:01 GMT 2 Date: Sat, 22 Jun 2013 01:21:01 GMT
3 Server: Apache/2.2.22 (Ubuntu) 3 Server: Apache/2.2.22 (Ubuntu)
4 Last-Modified: Fri, 21 Jun 2013 22:20:24 GMT 4 Last-Modified: Fri, 21 Jun 2013 22:20:24 GMT
5 ETag: "2a9d2-98-4dfb17827450a" 5 ETag: "2a9d2-98-4dfb17827450a"
6 Accept-Ranges: bytes 6 Accept-Ranges: bytes
7 Vary: Accept-Encoding 7 Vary: Accept-Encoding
8 Content-Encoding: None 8 Content-Encoding: None
9 Keep-Alive: timeout=5, max=100 9 Keep-Alive: timeout=5, max=100
10 Connection: close 10 Connection: close
11 Content-Type: text/html 11 Content-Type: text/html
12 X-Original-Url: http://quic.test.url/index.html 12 X-Original-Url: https://quic.test.url/index2.html
13 X-Push-Url: https://quic.test.url/kitten-1.jpg
14 X-Push-Url: https://quic.test.url/favicon.ico
13 15
14 This is a test page. 16 This is a test page.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698