Skip to content

Commit c3046e4

Browse files
author
lcfarm_cy
committed
连接超时不生效问题。。。
1 parent 213a476 commit c3046e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dio/lib/src/options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ typedef RequestEncoder = List<int> Function(
5151
class BaseOptions extends _RequestConfig {
5252
BaseOptions({
5353
String method,
54-
int connectTimeout,
54+
this.connectTimeout,
5555
int receiveTimeout,
5656
int sendTimeout,
5757
this.baseUrl,

0 commit comments

Comments
 (0)