Change #266507
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Thu 07 May 2026 14:03:00 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | fdd27a538c4d69c4bb5030b3f9694183cf0077da |
Comments
auth: cleanups - rename `req->proxyuserpwd` to `req->hd_proxy_auth` - rename `req->userpwd` to `req->hd_auth` - rename parameter `proxytunnel` to `is_connect` for Curl_http_output_auth() - move path+query concatenation into Curl_http_output_auth(), saving an alloc when no auth is in play - rename `H1_HD_USER_AUTH` into `H1_HD_AUTH` Closes #21513
Changed files
- lib/cf-h1-proxy.c
- lib/cf-h2-proxy.c
- lib/http.c
- lib/http.h
- lib/http_aws_sigv4.c
- lib/http_digest.c
- lib/http_negotiate.c
- lib/http_ntlm.c
- lib/http_proxy.c
- lib/request.c
- lib/request.h
- lib/rtsp.c