Index: sdk/lib/io/http_parser.dart |
diff --git a/sdk/lib/io/http_parser.dart b/sdk/lib/io/http_parser.dart |
index 3019caabdca4532bcca8dfa0b27f0430a0bc7f5d..b7aabd2074e11d107cabed6e6646fd3c95b7dd77 100644 |
--- a/sdk/lib/io/http_parser.dart |
+++ b/sdk/lib/io/http_parser.dart |
@@ -930,14 +930,6 @@ class _HttpParser |
} |
void _pauseStateChanged() { |
- void update(bool pause) { |
- if (pause && !_socketSubscription.isPaused) { |
- _socketSubscription.pause(); |
- } else if (!pause && _socketSubscription.isPaused) { |
- _socketSubscription.resume(); |
- } |
- } |
- |
if (_incoming != null) { |
if (!_bodyPaused && !_parserCalled) { |
_parse(); |