| Index: runtime/bin/http_impl.dart
|
| diff --git a/runtime/bin/http_impl.dart b/runtime/bin/http_impl.dart
|
| index 181e8de49d71a6c10a537041dd4803ea32eaa54a..2f7bc36e7f4c11582da934c8f9a57322d1309bfb 100644
|
| --- a/runtime/bin/http_impl.dart
|
| +++ b/runtime/bin/http_impl.dart
|
| @@ -609,9 +609,6 @@ class _HttpConnection extends _HttpConnectionBase {
|
| }
|
|
|
| void _propagateError(Exception e) {
|
| - if (_server._onError != null) {
|
| - _server._onError(e);
|
| - }
|
| if (_request != null && _request._streamErrorHandler != null) {
|
| _request._streamErrorHandler(e);
|
| }
|
|
|