]> granicus.if.org Git - curl/commit
fix: re-use of bound connections
authorDaniel Stenberg <daniel@haxx.se>
Fri, 25 Mar 2011 15:00:41 +0000 (16:00 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 25 Mar 2011 15:03:37 +0000 (16:03 +0100)
commit11c2db2aa2a8ce5f3c151d6075066283e65bfd85
tree1d93f381909ae59d57b63b5459344c03aef32af2
parentd02f444759eab5901a3d5439cf00657669b198c7
fix: re-use of bound connections

When asked to bind the local end of a connection when doing a request,
the code will now disqualify other existing connections from re-use even
if they are connected to the correct remote host.

This will also affect which connections that can be used for pipelining,
so that only connections that aren't bound or bound to the same
device/port you're asking for will be considered.
TODO-RELEASE
lib/url.c
lib/urldata.h