]> git.ipfire.org Git - thirdparty/squid.git/commit - src/forward.cc
- Renamed proto.c to forward.c
authorwessels <>
Fri, 5 Jun 1998 00:57:06 +0000 (00:57 +0000)
committerwessels <>
Fri, 5 Jun 1998 00:57:06 +0000 (00:57 +0000)
commit41462d93009fd23769224fe75e6c9092c113c7aa
treeacc2cbe6196318672270c0a6d215763b4ab3057d
parentdba2bbcd7a489d7f54fb7af974b2b13dc7bad0bd
- Renamed proto.c to forward.c
- Connection establishment now done in forward.c; this is the first step
  to more significant changes in being more persistent in forwarding
  requests.
- Removed most *ConnectDone() functions
- split whois code out of asn.c and into whois.c
13 files changed:
src/Makefile.in
src/asn.cc
src/client_side.cc
src/forward.cc [new file with mode: 0644]
src/ftp.cc
src/gopher.cc
src/http.cc
src/peer_digest.cc
src/protos.h
src/ssl.cc
src/tunnel.cc
src/urn.cc
src/wais.cc