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

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

Issue 12378040: Add missing certificate getter on HttpClientResponse and add a regression test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix long line. Created 7 years, 10 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 | sdk/lib/io/http_impl.dart » ('j') | 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 e53f307a5dfc0acf3295b3cb4f16a717a1626da4..74fe95e58716d3c7e69ca3485c89ceabdb60abec 100644
--- a/sdk/lib/io/http.dart
+++ b/sdk/lib/io/http.dart
@@ -948,7 +948,6 @@ abstract class HttpClientRequest
* HTTP response for a client connection. The [HttpClientResponse] is a
* [Stream] of the body content of the response. Listen to the body to handle
* the data and be notified once the entire body is received.
-
*/
abstract class HttpClientResponse implements Stream<List<int>> {
/**
« no previous file with comments | « no previous file | sdk/lib/io/http_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698