Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse more correct user agent (UA) string on ARM #12123
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, our logic to pick an appropriate default user agent string assumes that everything that isn't
x86_64isi686. However, this no longer holds true with ARM platforms also existing. We should use better values here; I'm not sure what they would be.Files:
components/util/opts.rsin thedefault_user_agent_stringfunctionI don't think there are any tests we could write for this.