]> git.ipfire.org Git - thirdparty/curl.git/commit
asyn-thread: avoid the separate 'struct resdata' alloc
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Feb 2025 16:11:26 +0000 (17:11 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Feb 2025 15:21:45 +0000 (16:21 +0100)
commit074048ae803a817e39df198c61c2d9d87ec3585f
treec9a1ba390259c79b6263f1b59bb3ebda9bcb67d5
parentd9fc64d3ab289a84548e952183d7eba79ccc846e
asyn-thread: avoid the separate 'struct resdata' alloc

Instead move the only struct field (start) into the thread_data struct.

Closes #16321
lib/asyn-thread.c
lib/asyn.h