Change #250432
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Fri 28 Nov 2025 23:19:07 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 06e16167d62984976b7a3ea2fcfa61813fd6d81c |
Comments
memdebug: buffer output data Instead of writing each line to file immediately, this now stores them in an in-memory buffer until that gets full or curl exits. To make it run faster and write to file less often. Closes #19750
Changed files
- lib/memdebug.c