This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LibjingleTransport not to wait for channel to be writable.
Previously LibjingleTransport was waiting for channel to be become writable before considering it to be connected. As result it was loosing all data that's received before the channel is marked as writable. BUG=477142 Review URL: https://codereview.chromium.org/1080633005 Cr-Commit-Position: refs/heads/master@{#325347} (cherry picked from commit 42df610) TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/1101723003 Cr-Commit-Position: refs/branch-heads/2357@{#198} Cr-Branched-From: 59d4494-refs/heads/master@{#323860}
- Loading branch information
1 parent
92f7816
commit 49ecf0e
Showing
1 changed file
with
10 additions
and
19 deletions.
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