Change #265372
| Category | None |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Fri 24 Apr 2026 17:50:10 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 4840fe3f8a96dc96f2a2ed897cc02155628d4dd1 |
Comments
socks filter: pass operation parameters Pass all operations parameters to a SOCKS filter at creation time, not relying on "global" connectdata values. Eliminate modifications to `conn->ip_version` when local resolving for SOCKS4. Do not retrieve the socket for GSSAPI blocking calls from connectdata, but from the filters "below" the SOCKS one. Closes #21436
Changed files
- lib/connect.c
- lib/socks.c
- lib/socks.h