The recent fix for vhost acceleration and persistent connections
confusing certain servers did a little bit too much, accidently using
the port of the URL rather than the cache_peer in case of origin class
peers.
/*
- * $Id: forward.cc,v 1.109 2003/08/10 11:00:43 robertc Exp $
+ * $Id: forward.cc,v 1.110 2003/08/13 21:49:45 hno Exp $
*
* DEBUG: section 17 Request Forwarding
* AUTHOR: Duane Wessels
if (fs->_peer->options.originserver) {
domain = fwdState->request->host;
- port = fwdState->request->port;
}
} else {
host = fwdState->request->host;