Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@cameronwhite
Copy link
Member

Some internal code in Mono.Addins assumes the header's ContentLength property is never null, but this is not the case for gzipped responses from Github's server. This started happening recently so it may have been a change on Github's end. The workaround is to register our own HttpClient provider which disables gzip compression in our requests.

Fixes: #1542

Some internal code in Mono.Addins assumes the header's ContentLength property is never null, but this is not the case for gzipped responses from Github's server. This started happening recently so it may have been a change on Github's end.
The workaround is to register our own HttpClient provider which disables gzip compression in our requests.

Fixes: #1542
@cameronwhite cameronwhite merged commit d0442c1 into master Jun 15, 2025
11 checks passed
@cameronwhite cameronwhite deleted the fix/addin-download branch June 15, 2025 02:39
cameronwhite added a commit that referenced this pull request Jun 15, 2025
Some internal code in Mono.Addins assumes the header's ContentLength property is never null, but this is not the case for gzipped responses from Github's server. This started happening recently so it may have been a change on Github's end.
The workaround is to register our own HttpClient provider which disables gzip compression in our requests.

Fixes: #1542
(cherry picked from commit d0442c1)
cameronwhite added a commit that referenced this pull request Jul 6, 2025
Some internal code in Mono.Addins assumes the header's ContentLength property is never null, but this is not the case for gzipped responses from Github's server. This started happening recently so it may have been a change on Github's end.
The workaround is to register our own HttpClient provider which disables gzip compression in our requests.

Fixes: #1542
(cherry picked from commit d0442c1)
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.

Broken Add-in Repository

2 participants