Are there plans to incorporate a solution to this in the NuGet Package? I am not in a position to use and modify the source code. I am using the Html Agility Pack NuGet Package and more often than not get the same gzip encoding problem.: 'gzip' is not a supported encoding name.
My code is opening various urls. Lots of pages are handled fine and then randomly I get the error. Note the error may come up on a url that was already loaded successfully on a previous run or if I just rerun the code it loads fine but then errors on another url etc.
I do not know why sometimes it works and sometimes not.
So I am really just wondering if there will be a fix to this added to the package or if I need to somehow figure out how/what code to modify?
Thanks for any help.
Linda