Skip to content

Commit

Permalink
🔥 Remove proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 24, 2023
1 parent 3afe8d8 commit fc3b950
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dio/test/timeout_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ void main() {
receiveTimeout: Duration.zero,
),
);
dio.httpClientAdapter = IOHttpClientAdapter(
createHttpClient: () =>
HttpClient()..findProxy = (_) => 'PROXY 192.168.0.10:8764',
);
// Ignores zero duration timeouts from the base options.
await dio.get('/drip-lines?delay=1');
// Reset the base options.
Expand Down

0 comments on commit fc3b950

Please sign in to comment.