-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Increase SslStream FrameOverhead estimation for newer TLS protocols #51320
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
Increase SslStream FrameOverhead estimation for newer TLS protocols #51320
Conversation
|
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsFrom #51060 (comment) Resolves #51076
|
|
I'm fine with this... @wfurt any concerns here? |
src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs
Outdated
Show resolved
Hide resolved
|
Oh no, did we turn on style cop? Failing the build because of whitespace?! My take is (having been in a repo where this was on before), that finding a way to auto format is much better than failing the build... |
Yes, years ago. |
src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs
Outdated
Show resolved
Hide resolved
|
CI looks like its not starting; will rebase to kick |
19e15cf to
d8df69f
Compare
stephentoub
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
|
Both Installer Build failures are #51372 |
d8df69f to
df490de
Compare
|
Rebased to clear the failed tests that no longer seem to be part of CI |
|
🥳 |
|
Thanks @benaadams |
wfurt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
From #51060 (comment)
Before
After
Resolves #51076