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

Unified Diff: sdk/lib/io/http.dart

Issue 513973003: Fix HttpServer documentation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/http.dart
diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart
index 6f5eb5699c845d0caa6d062f9058d4f47a3657f1..f0c4282a228cd635f03d1ffa32a6f99872271c64 100644
--- a/sdk/lib/io/http.dart
+++ b/sdk/lib/io/http.dart
@@ -168,10 +168,10 @@ abstract class HttpServer implements Stream<HttpRequest> {
*
* By default the following headers are in this set:
*
- * Content-Type: text/plain; charset=utf-8
- * X-Frame-Options: SAMEORIGIN
- * X-Content-Type-Options: nosniff
- * X-XSS-Protection: 1; mode=block
+ * Content-Type: text/plain; charset=utf-8
+ * X-Frame-Options: SAMEORIGIN
+ * X-Content-Type-Options: nosniff
+ * X-XSS-Protection: 1; mode=block
*
* If the `Server` header is added here and the `serverHeader` is set as
* well then the value of `serverHeader` takes precedence.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698