Change #265268
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Thu 23 Apr 2026 17:23:54 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 69f3a36bcb94b6e69f0248ac749833483326edf9 |
Comments
doh: remove conn->bits.doh Since we have a new struct instance for each async operation now and async operation may happen in parallel, remove the connection bit indicating doh is in progress. Closes #21422
Changed files
- lib/doh.c
- lib/hostip.c
- lib/urldata.h