]> granicus.if.org Git - curl/commit
multi: introduce sh_getentry() for looking up sockets in the sockhash
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Mar 2016 08:18:01 +0000 (09:18 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Mar 2016 08:18:01 +0000 (09:18 +0100)
commit8eaf8844173c3c01d9273dfe858d1bdf4a972f50
treee7f06d4034d53c6f4db0587d95a74cf73c79fccb
parentc0717a70599bede62b3f9b1ca5892daa87b662e5
multi: introduce sh_getentry() for looking up sockets in the sockhash

Simplify the code by using a single entry that looks for a socket in the
socket hash. As indicated in #712, the code looked for CURL_SOCKET_BAD
at some point and that is ineffective/wrong and this makes it easier to
avoid that.
lib/multi.c