fix(login): ignore timeout error in commit 69899c0f795ebc518bcdd151e758dae973ad1cc0 #50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
实在抱歉,之前的开pr草率了,因为之前一直用的无线校园网,今天连学校有线网络的时候才意识到有问题
原因如下:
我发现有线校园网不会自动重定向http请求,在有线校园网下 commit 69899c0 对不存在服务器发出请求一定会timeout直接返回err,导致后面的登录流程不能进行
这个pr改为不返回err,但是连有线网会出现等待timeout几秒的副作用,所以只是一个workaround,不知道有没有更好的解决方法