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

Unified Diff: chrome/test/data/content_length/content_length_too_large_text_plain.html

Issue 9811006: Ignore Content-Length mismatches when Content-Length is too large. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Undo bad local change Created 8 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: chrome/test/data/content_length/content_length_too_large_text_plain.html
diff --git a/chrome/test/data/content_length/content_length_too_large_text_plain.html b/chrome/test/data/content_length/content_length_too_large_text_plain.html
new file mode 100644
index 0000000000000000000000000000000000000000..f7cdd6b666e8c3cfaa047dd29adadb647367c3b6
--- /dev/null
+++ b/chrome/test/data/content_length/content_length_too_large_text_plain.html
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <title>Too Long Content Length</title>
+ </head>
+ <body>
+ Too Long Content Length, text/plain content-type.
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698