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

Unified Diff: net/base/mime_util.cc

Issue 1573623002: Tweaked comments related to mime boundary marker generation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: net/base/mime_util.cc
diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc
index 3e8d6152a6e16e141fabf540422ae865baa08f0f..6463ff13c8a1f4664c36acec4c8c3694d72c6e40 100644
--- a/net/base/mime_util.cc
+++ b/net/base/mime_util.cc
@@ -514,6 +514,8 @@ void HashSetToVector(base::hash_set<T>* source, std::vector<T>* target) {
}
// Characters to be used for mime multipart boundary.
+//
+// TODO(rsleevi): crbug.com/575779: Follow the spec or fix the spec.
// The RFC 2046 spec says the alphanumeric characters plus the
// following characters are legal for boundaries: '()+_,-./:=?
// However the following characters, though legal, cause some sites

Powered by Google App Engine
This is Rietveld 408576698