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

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

Issue 1097353003: Revert "Fix warnings and hints in the SDK" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | « sdk/lib/async/stream_impl.dart ('k') | sdk/lib/io/http_parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/http_impl.dart
diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart
index ddc4618e87c12c47dd9c8198dc7426ff519e10ff..42c1db9843c22ec0041a4231469a7118a70beefe 100644
--- a/sdk/lib/io/http_impl.dart
+++ b/sdk/lib/io/http_impl.dart
@@ -940,7 +940,6 @@ class _HttpOutgoing implements StreamConsumer<List<int>> {
"Headers size exceeded the of '$_OUTGOING_BUFFER_SIZE'"
" bytes"));
}
- return null;
}
if (headersWritten) return null;
headersWritten = true;
@@ -1914,8 +1913,6 @@ class _HttpClient implements HttpClient {
return it.current;
}
}
-
- return null;
}
void _removeCredentials(_Credentials cr) {
« no previous file with comments | « sdk/lib/async/stream_impl.dart ('k') | sdk/lib/io/http_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698