forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cronet]Make delaying sending request headers explicit in bidirection…
…al stream Always delaying sending request headers when disableAutoFlush is not safe (in the case of bidirectional streaming). Because server might be expecting request headers before sending a response, while client might only call SendData/SendvData after server responds. This CL adds an explicit flag to tell net::BidirectionalStream when to delay sending request headers and coalesce them with data frames in SendData/SendvData. BUG=599902 Review-Url: https://codereview.chromium.org/1992953004 Cr-Commit-Position: refs/heads/master@{#397567}
- Loading branch information
xunjieli
authored and
Commit bot
committed
Jun 3, 2016
1 parent
7bad9a9
commit bcb0f86
Showing
21 changed files
with
756 additions
and
206 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
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.