Skip to content

Conversation

@JonathanHenson
Copy link
Contributor

… negotiation if one of the endpoints didn't negotiate.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

… negotiation if one of the endpoints didn't negotiate.
@JonathanHenson JonathanHenson requested a review from a team March 15, 2019 18:46
@JonathanHenson
Copy link
Contributor Author

note, this does not address the happyeyeballs bug, I'll do that one in another pass.

any extra buffers left over, in the last phase, we then go ahead and send the output. This state function will
always say BLOCKED_ON_READ or SUCCESS. There will never be left over reads.*/
do {
has_extra = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[trivial debatable] while loops are easier to grok, could be:

bool has_more = true;
while (has_more) {
    has_more = false;

@justinboswell justinboswell merged commit 1a8c19e into master Mar 16, 2019
@justinboswell justinboswell deleted the windows_fragementation_bug_fixes branch March 16, 2019 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants