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

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

Issue 11742002: Revert "Enable a couple of tests that were disabled because they" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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 | tests/standalone/io/http_headers_state.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 fb82ba23e31069cdc5d6cd722f7d83a5ddd0d0a3..8f67148fa4d4af7051de4f00a85c8a96ef5ad012 100644
--- a/sdk/lib/io/http_impl.dart
+++ b/sdk/lib/io/http_impl.dart
@@ -1537,7 +1537,7 @@ class _HttpClientConnection
_client._closedSocketConnection(_socketConn);
};
_client._closeQueue.add(this);
- } else if (_socket != null) {
+ } else {
_client._returnSocketConnection(_socketConn);
_socket = null;
_socketConn = null;
« no previous file with comments | « no previous file | tests/standalone/io/http_headers_state.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698