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

Unified Diff: chrome/test/data/content_length/content_length_too_large.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: Remove funny comment 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.html
diff --git a/chrome/test/data/content_length/content_length_too_large.html b/chrome/test/data/content_length/content_length_too_large.html
new file mode 100644
index 0000000000000000000000000000000000000000..3acc1ef32a144af1738719db98927111632a455a
--- /dev/null
+++ b/chrome/test/data/content_length/content_length_too_large.html
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <title>Too Long Content Length</title>
+ </head>
+ <body>
+ Too Long Content Length, HTML content type.
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698