Andreas Steinmetz wrote:

if (!conn->hostname) { if (proxyname) { conn->hostname = apr_pstrdup(conn->pool, proxyname); conn->port = proxyport; } else { conn->hostname = apr_pstrdup(conn->pool, uri->hostname); conn->port = uri->port; } }

Can you check the current HEAD? Hostname and port are now noncachable for forward and reverse proxies.

I do hope this helps to solve the forward proxy bug.

Yes, It did :)

Regards,
Mladen.

Reply via email to