]> granicus.if.org Git - curl/commit
Gustaf Hui provided new code that changes how curl_multi_info_read()
authorDaniel Stenberg <daniel@haxx.se>
Tue, 28 May 2002 14:45:50 +0000 (14:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 May 2002 14:45:50 +0000 (14:45 +0000)
commit775645f29b2386efb386d0ae99fdfdfc1ad7b45c
tree4eb4ed4ab070e033d3800962c3c8ae97e886dd47
parent99c045687282fedb1cc7405636828834e67930ce
 Gustaf Hui provided new code that changes how curl_multi_info_read()
 messages are stored, so that they don't have to be kept around for the multi
 handle's entire life time. He also made it return failure codes properly
 which it didn't do before.

 I made the messages only get stored per easy-handle so that they can be
 independently killed easier without ruining the "master list". It makes
 the info_read() function slightly less beautiful as it has to scan for
 messages to return, but it makes removing individual handles a lot easier
 and less error prone.
lib/multi.c