MINOR: http: prevent smp_fetch_url_{ip,port} from using si->conn
authorWilly Tarreau <w@1wt.eu>
Mon, 30 Sep 2013 12:37:14 +0000 (14:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:22 +0000 (15:40 +0100)
commit4c804ec6ee0f9d4862248ee82cd76787f9dfe8db
tree7d0e93ddec345f398503375b63769ee0a696abbb
parent9f68148321985852336796ca32da1ba8a0095eb8
MINOR: http: prevent smp_fetch_url_{ip,port} from using si->conn

These two fetch methods predate the samples and used to store the
destination address into the server-facing connection's address field
because we had no other place at this time.

This will become problematic with the current connection changes, so
let's fix this.
src/proto_http.c