-
Notifications
You must be signed in to change notification settings - Fork 85
CronetBidirectionalStream #2164
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
Merged
Merged
Changes from 34 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
f6a6245
Test for Brotli decompressor
carloseltuerto d7108fd
Merge branch 'main' into cronvoy063
carloseltuerto b9d9c10
Rollback config.cc
carloseltuerto c14bd73
Add BrotliTest
carloseltuerto db45ff3
Nits
carloseltuerto 1dde551
More nits
carloseltuerto 81128d8
Move includes to extension_registry.cc
carloseltuerto dc3331f
Merge branch 'main' into cronvoy063
carloseltuerto 3bbdc9a
Nit
carloseltuerto 70bceff
Merge branch 'main' into cronvoy063
carloseltuerto 6fc93ff
Merge branch 'main' into cronvoy063
carloseltuerto 1a1bb9f
Merge branch 'main' into cronvoy063
carloseltuerto d568d78
CronetBidirectionalStream implementation
carloseltuerto 33e332d
Remove deadline
carloseltuerto ace3c18
Fix nits
carloseltuerto d91c2b7
Fix BUILD error
carloseltuerto 2a96f6e
Merge branch 'main' into cronvoy063
carloseltuerto 894a25f
Cleanup and race condition fixes
carloseltuerto e5e5c07
Remove unwanted file
carloseltuerto 0fe8a89
Nit
carloseltuerto 59a032c
Nit
carloseltuerto 75f0728
Address comments
carloseltuerto 3c25e4b
Always use `mState.nextAction` as the `switch` argument
carloseltuerto 253458c
Nit
carloseltuerto 3a90968
Fix a test
carloseltuerto cc31877
Merge branch 'main' into cronvoy063
carloseltuerto 2faabcf
Fix some race conditions.
carloseltuerto bf03b08
Remove spurious file
carloseltuerto 5a72f08
Batch of comments addressed.
carloseltuerto ccaa901
Nits
carloseltuerto e480b4e
Address follow-up batch of comments
carloseltuerto bac674c
Temporarily delete files to facilitate the merge.
carloseltuerto ab6c804
Merge branch 'main' into cronvoy063
carloseltuerto 7889921
- Fix race condition occurring on Linux only.
carloseltuerto f2f6b6a
Add the Read State diagram
carloseltuerto 80ce727
Nits
carloseltuerto 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 hidden or 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 hidden or 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
587 changes: 587 additions & 0 deletions
587
library/java/org/chromium/net/impl/CronetBidirectionalState.java
Large diffs are not rendered by default.
Oops, something went wrong.
1,224 changes: 719 additions & 505 deletions
1,224
library/java/org/chromium/net/impl/CronetBidirectionalStream.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.