Change #264352
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Mon 13 Apr 2026 23:23:34 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 3512b673ddc54074676d8322f8a414e364ce0eb2 |
Comments
lib: move request specific allocations to the request struct To make it clearer that they are ephemeral. Closes #21301
Changed files
- lib/cf-h1-proxy.c
- lib/cf-h2-proxy.c
- lib/http.c
- 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
- lib/url.c
- lib/urldata.h