]> git.pld-linux.org Git - packages/squid.git/blob - squid-3.0.PRE3-accel_cache_peer_name.patch
- pl for -scripts
[packages/squid.git] / squid-3.0.PRE3-accel_cache_peer_name.patch
1 Index: squid3/src/forward.cc
2 diff -c squid3/src/forward.cc:1.110 squid3/src/forward.cc:1.111
3 *** squid3/src/forward.cc:1.110 Wed Aug 13 15:49:45 2003
4 --- squid3/src/forward.cc       Sat Aug 16 14:33:47 2003
5 ***************
6 *** 560,566 ****
7       debug(17, 3) ("fwdConnectStart: %s\n", url);
8   
9       if (fs->_peer) {
10 !         host = fs->_peer->name;
11           port = fs->_peer->http_port;
12           ctimeout = fs->_peer->connect_timeout > 0 ? fs->_peer->connect_timeout
13                      : Config.Timeout.peer_connect;
14 --- 560,566 ----
15       debug(17, 3) ("fwdConnectStart: %s\n", url);
16   
17       if (fs->_peer) {
18 !         host = fs->_peer->host;
19           port = fs->_peer->http_port;
20           ctimeout = fs->_peer->connect_timeout > 0 ? fs->_peer->connect_timeout
21                      : Config.Timeout.peer_connect;
This page took 0.09262 seconds and 3 git commands to generate.