Gregory Neagle
unread,Sep 28, 2020, 11:04:35 AM9/28/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to repo...@googlegroups.com
TL;DR:
1) Update to the latest code
2) Remove the .dist files that have been showing errors during syncing
3) Run repo_sync again
Apple has made some changes on their end such that sometimes they send a compressed response even if none was asked for.
This is in violation of web standards, but since they officially support only their own closed-source client, I'll bet they don't actually care if they are following standards.
repo_sync now uses `curl` with the `--compressed` flag, which causes curl to accept and decode compressed content.
-Greg