-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Http3 #475
Http3 #475
Conversation
# Conflicts: # library/src/main/java/com/qiniu/android/http/ResponseInfo.java # library/src/main/java/com/qiniu/android/http/request/IRequestClient.java
# Conflicts: # library/src/androidTest/java/com/qiniu/android/transaction/TransactionManagerTest.java
Codecov Report
@@ Coverage Diff @@
## develop #475 +/- ##
=============================================
- Coverage 70.01% 69.46% -0.55%
- Complexity 1328 1366 +38
=============================================
Files 103 105 +2
Lines 6877 7035 +158
Branches 1045 1057 +12
=============================================
+ Hits 4815 4887 +72
- Misses 1301 1382 +81
- Partials 761 766 +5
|
} | ||
} | ||
|
||
if (host != null && ip != null && live > 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@YangSen-qn 这里应该是要对 port 进行解析的,否则 x-alt-src
返回的这个元素就失去意义了
library/build.gradle
Outdated
} | ||
} | ||
//本地地址 | ||
repositories { maven { url = "file:/Users/senyang/.m2/repository/" } } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@YangSen-qn 这个这么写不合适吧?
RequestClientProgress progress, | ||
RequestClientCompleteHandler complete); | ||
public abstract void request(Request request, | ||
IUploadServer server, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@YangSen-qn 建议设计成即使接口增加新的参数,也不至于会做成不兼容变更的形态
No description provided.