]> git.ipfire.org Git - thirdparty/squid.git/commit - src/forward.cc
DW:
authorwessels <>
Wed, 4 Oct 2000 07:12:48 +0000 (07:12 +0000)
committerwessels <>
Wed, 4 Oct 2000 07:12:48 +0000 (07:12 +0000)
commit3280e9d62821c057ac695f509f15de590b8206ed
treef23f753074e92d07584b72953522db5b08c3338d
parent6b65d31c3aac5ae9150fec15c1abdc9562dffe98
DW:
 - It was wrong to set the dont_retry flag in fwdConnectDone when
   we can't look up the IP address of a neighbor cache.  Its likely
   that there is an option to connect directly to the origin server,
   so forward.c should keep trying, rather than giving up so quickly.
   Now we only set dont_retry if we fail to look up the origin server
   IP address.
src/forward.cc