Skip to content

Commit

Permalink
🔥 --
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Dec 22, 2023
1 parent 154e927 commit e2d2fa5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/http2_adapter/lib/src/connection_manager_imp.dart
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ class _ConnectionManager implements ConnectionManager {
completerProxyInitialization.complete();
} else {
completerProxyInitialization.completeError(
SocketException(
'Proxy cannot be initialized with status: $statusLine',
),
SocketException('Proxy cannot be initialized'),
);
}
},
Expand Down

0 comments on commit e2d2fa5

Please sign in to comment.