Change #264489
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Tue 14 Apr 2026 16:59:11 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 3a19987a87f393d9394fe5acc7643f6c263c92db |
Comments
urldata: move cookiehost to struct SingleRequest To make it scoped for the single request appropriately. Reported-by: Muhamad Arga Reksapati Verify with libtest 2504: a custom Host *disabled* on reused handle Closes #21312
Changed files
- lib/http.c
- lib/request.c
- lib/request.h
- lib/url.c
- lib/urldata.h
- tests/data/Makefile.am
- tests/data/test2504
- tests/libtest/Makefile.inc
- tests/libtest/lib2504.c