-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Improve DioError
s
#1405
Closed
Closed
Improve DioError
s
#1405
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
96e1ef0
Fix BrowserHttpClientAdapter canceled hangs
morlay 95c004e
Revert "It's safe for status code to be non-null"
ueman cbf8c8f
Merge pull request #1404 from ueman/revert-non-null-status-code
kuhnroyal 283bb35
improve inner stacktraces
ueman 271eebd
docs: fix table of contents links
Ascenio 0e11a48
Improve DioError
ueman c61c8eb
improve error
ueman 4beed0b
wip
ueman c17462e
wip
ueman 1df2d46
code improvement
ueman 2637269
fix tests
ueman 1853a30
better code flow
ueman 6588021
only print stacktrace if not duplicated
ueman fbee370
ci: Remove dev channel, now always points to beta
kuhnroyal 0e6753c
Merge pull request #1411 from kuhnroyal/feature/remove-dev-channel
kuhnroyal 1053fb6
Merge pull request #1406 from Ascenio/patch-2
kuhnroyal 39d6f83
ci: Upload and collect test results for all sdks
kuhnroyal 349ba31
Merge pull request #1412 from kuhnroyal/ci/split-test-results
kuhnroyal 4df73f6
Merge branch 'develop' into morley-deveop
kuhnroyal 0a7b891
Add changelog and update workflow
kuhnroyal b4bb6ff
Merge pull request #1389 from morlay/develop
kuhnroyal 2872c10
ci: Run checkout in test reporter workflow
kuhnroyal bfc4892
Merge pull request #1413 from kuhnroyal/ci/checkout-in-test-reporter
kuhnroyal 1975121
Bump subosito/flutter-action from 2.2.1 to 2.3.0
dependabot[bot] 3b1d276
Fix links in README docs
yfdyh000 2242d1f
Merge pull request #1419 from yfdyh000/patch-1
jgoyvaerts f94a281
Fix requestOption copyWith's argument type for data
NiKoTron d177a54
Merge pull request #1417 from flutterchina/dependabot/github_actions/…
kuhnroyal e0bb1c5
add badssl to exception_test.dart
yfdyh000 6cdda0a
Merge pull request #1421 from NiKoTron/fix-request-opt-arg-type-dynam…
kuhnroyal 6d04ec9
Merge pull request #1424 from yfdyh000/badssl_h1test
kuhnroyal 1d7e594
Correct JSON MIME Type detection
5ddb661
fix: abort request when timeout occurs
amondnet cba129c
Typo
lukaskirner 7308fd8
Format mimetype_test.dart
2782c1a
Merge pull request #1440 from amondnet/abort-connection
wendux a5d84a4
update doc
wendux 7886329
Merge branch 'develop' of https://github.com/flutterchina/dio into de…
wendux 545142c
Merge pull request #1439 from lukaskirner/develop
wendux ab0c93e
update changelog
wendux 6ef257a
Merge branch 'develop' of https://github.com/flutterchina/dio into de…
wendux f56ce11
release 4.0.5
wendux ac78e61
fix #1452
wendux 0e3e3f2
Update dio/lib/src/adapters/browser_adapter.dart
ueman 23c0c3f
Update dio/lib/src/adapters/io_adapter.dart
ueman bb3c6e3
Merge branch 'develop' into improve-stacktraces
ueman 0bb6422
Delete .DS_Store
ueman 92b5617
don't force unwrap
ueman 38c0b72
fix changelog
ueman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
Seems like we need to change the base branch to
develop
.