Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-11 | http: fix HTTP auth to include query in URI | Jay Satiro | |
- Include query in the path passed to generate HTTP auth. Recent changes to use the URL API internally (46e1640, 7.62.0) inadvertently broke authentication URIs by omitting the query. Fixes https://github.com/curl/curl/issues/3353 Closes #3356 |