Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make headers title case for backward compatibility (#6887)
## Summary Http headers are supposed to be case-insensitive (RFC 2616), but there are some implementations that don't normalize them. I noticed it while migrating to `uv`, calls to an internal registry failed. A man in the middle server helped me to find that `pip` uses Title-Case while `uv pip` uses lowercase. ## Test Plan I tested `uv` with the same server and now it works fine.
- Loading branch information