Commit 8a9098a3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

*cool* fix by Bjrn Stenberg, makes proxy transfers work better...! :-)

parent 28027c2a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1566,6 +1566,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
          /* we have a proxy here to set */
          data->change.proxy = proxy;
          data->change.proxy_alloc=TRUE; /* this needs to be freed later */
          conn->bits.httpproxy = TRUE;
        }
      } /* if (!nope) - it wasn't specified non-proxy */
    } /* NO_PROXY wasn't specified or '*' */