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

Unified Diff: components/cronet/android/test/assets/test/quic_data/simple.txt

Issue 1039693003: [Cronet] Add support to run quic_simple_server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use constants Created 5 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 side-by-side diff with in-line comments
Download patch
Index: components/cronet/android/test/assets/test/quic_data/simple.txt
diff --git a/components/cronet/android/test/assets/test/quic_data/simple.txt b/components/cronet/android/test/assets/test/quic_data/simple.txt
new file mode 100644
index 0000000000000000000000000000000000000000..69d75ba4b51a7bc532413d68d56f22fbad7a5627
--- /dev/null
+++ b/components/cronet/android/test/assets/test/quic_data/simple.txt
@@ -0,0 +1,6 @@
+HTTP/1.1 200 OK
+Cache-Control: private, max-age=0
+Content-Type: text/plain
+X-Original-Url: http://127.0.0.1:6121/simple.txt
+
+This is a simple text file served by QUIC.

Powered by Google App Engine
This is Rietveld 408576698