connection cache: avoid Curl_hash_alloc()
... by using plain structs instead of pointers for the connection cache, we can avoid several dynamic allocations that weren't necessary.
parent
c4d6f916
Please register or sign in to comment
... by using plain structs instead of pointers for the connection cache, we can avoid several dynamic allocations that weren't necessary.