]> git.ipfire.org Git - thirdparty/squid.git/commit - src/http.cc
Fixed up *Timeout() functions. We might get fooTimeout() called
authorwessels <>
Thu, 21 Jan 1999 02:27:08 +0000 (02:27 +0000)
committerwessels <>
Thu, 21 Jan 1999 02:27:08 +0000 (02:27 +0000)
commit12158bdc66a72b40cb881f57cc7db3aeae27ef12
treeaf134bb36d96d667196129c3144cea1c66a47bed
parentc72d668be325df69d6741bd0eacd840e8eaa6328
Fixed up *Timeout() functions.  We might get fooTimeout() called
when the entry has been ENTRY_ABORTED because the abort callback
comes in an event, not immediately.  Also, fooTimeout() now uses
fwdFail instead of building its own error page.
src/ftp.cc
src/gopher.cc
src/http.cc
src/wais.cc