Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@671409a
  • Loading branch information
Geoff Kizer committed Dec 15, 2018
1 parent 09bf355 commit 2d8dabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ private void ProcessSettingsFrame(FrameHeader frameHeader)
throw new Http2ProtocolException(Http2ProtocolErrorCode.FlowControlError);
}

// ISSUE 34059: Handle SETTINGS_MAX_CONCURRENT_STREAMS.
// ISSUE 34059: Handle SETTINGS_INITIAL_WINDOW_SIZE.
break;

case SettingId.MaxFrameSize:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public async Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, Can
}
else
{
throw e;
throw;
}
}

Expand Down

0 comments on commit 2d8dabc

Please sign in to comment.