Uh oh!
There was an error while loading. Please reload this page.
Implement ZLibStream and fix SocketsHttpHandler deflate support - #42717
Conversation
Dotnet-GitSync-Bot
commented
Sep 25, 2020
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Sep 25, 2020
Tagging subscribers to this area: @dotnet/ncl |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
fb7b37a to
0a43f93CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
0a43f93 to
9447f0fCompareUh oh!
There was an error while loading. Please reload this page.
carlossanlop
left a comment
There was a problem hiding this comment.
LGTM. Left some minor documentation suggestions to consider.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
One of the CI failures is: There are also some System.Net.Http failures, not sure if related to the changes here: For example (the spanish error message says "operacion anulada" which means "aborted operation"): |
cc8d4d6 to
bc948e8Compare- Implements ZLibStream, exposes it in the ref, and add tests - Fixes SocketsHttpHandler to use ZLibStream instead of DeflateStream
Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com>
karelz
commented
Oct 4, 2021
@stephentoub you removed the breaking change labels ... is that because you implemented the detection that accepts both? |
stephentoub
commented
Oct 4, 2021
Correct. |
Fixes#2236
Fixes#38022
(This completes the commit from #2236 (comment).)
The tests require the updated runtime-assets test data from dotnet/runtime-assets#87.
cc: @ericstj@carlossanlop@geoffkizer