Change #273012
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Fri 26 Jun 2026 23:19:51 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 996696621fb1dd1f81c92fcfe290025742cb327b |
Comments
curl_trc: store callback info in a uint8, not a bool The state is no longer just a bool so make sure to use a proper uint8_t so that it gets restored properly. Follow-up to a6af50c484f6bbd1c01573685d Closes #22199
Changed files
- lib/curl_trc.c