Change #270376
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Thu 11 Jun 2026 08:15:31 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 30c9c79cf8d2dfc37a8d005095a3e0626cddcd75 |
Comments
cf-socket: make Curl_addr2string static Move as sockaddr2string() into cf-socket.c where its only callers are. Mark as UNITTEST for unit1609. Move "struct Curl_sockaddr_ex" into sockaddr.h, so connect.h and cf-socket.h can be included without all the system headers needed. Closes #21946
Changed files
- lib/cf-ip-happy.c
- lib/cf-socket.c
- lib/cf-socket.h
- lib/connect.c
- lib/connect.h
- lib/sockaddr.h
- lib/vquic/cf-ngtcp2-cmn.c
- lib/vquic/cf-quiche.c
- tests/unit/unit1607.c
- tests/unit/unit1609.c
- tests/unit/unit2600.c