]> git.ipfire.org Git - thirdparty/squid.git/commit - src/http.cc
Made {ftp,gopher,wais} more like http. ie, protoCloseAndFree().
authorwessels <>
Tue, 2 Apr 1996 07:51:52 +0000 (07:51 +0000)
committerwessels <>
Tue, 2 Apr 1996 07:51:52 +0000 (07:51 +0000)
commitba718c8f6f578a2215f37e98d8a1e622c44a2cf2
treea9a4035d369ef1f69dfcf28317017ba06701e412
parent227fbb743cd8b4d75aa0772d1845cc3740c82b5d
Made {ftp,gopher,wais} more like http.  ie, protoCloseAndFree().
treat ECONNRESET like any other read error.  All read errors should
be ejected immediately.  Added ERR_ZERO_SIZE_OBJECT.
src/errorpage.cc
src/ftp.cc
src/gopher.cc
src/http.cc
src/store.cc
src/wais.cc