Change #272905
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Fri 26 Jun 2026 14:39:40 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 18475e662cb3655dc2c5ac962ac81a233ca86faf |
Comments
urlpieces: remove members that live in peers/creds Remove members of `struct urlpieces` that now live in peers/creds. Change all remaining uses of those urlpieces. When comparing schemes, use the protocol constants. Closes #22171
Changed files
- lib/http.c
- lib/http_proxy.c
- lib/ldap.c
- lib/openldap.c
- lib/peer.c
- lib/peer.h
- lib/url.c
- lib/urlapi-int.h
- lib/urlapi.c
- lib/urldata.h
- lib/vssh/libssh.c