Commit 583c2e2f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

connection re-using didn't work on non-default ports when not using proxy

until now
parent 90cce2ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -930,7 +930,7 @@ ConnectionExists(struct UrlData *data,

      if(strequal(needle->protostr, check->protostr) &&
         strequal(needle->name, check->name) &&
         (needle->port == check->port) ) {
         (needle->remote_port == check->remote_port) ) {
        bool dead;
        if(strequal(needle->protostr, "FTP")) {
          /* This is FTP, verify that we're using the same name and