]> git.ipfire.org Git - thirdparty/squid.git/commit
More work on persistent connections
authorwessels <>
Sun, 10 Aug 1997 12:34:26 +0000 (12:34 +0000)
committerwessels <>
Sun, 10 Aug 1997 12:34:26 +0000 (12:34 +0000)
commitb716a8ad7b0f9209874e63207440d367c92f9660
tree167138aa111d2626c9aab6ef6622883178c8cc48
parentaab9676e9df4079b5a6dca37f36ffaad6a4438a1
More work on persistent connections
- added histogram counter
- added httpRestart() to retry failed requests when the
  server closes on us.
- missing commSetTimeout() calls when reusing a pconn.
- need to disable read and timeout handler when pconn
  pops a FD.
- const fixes
src/cbdata.cc
src/client.cc
src/comm.cc
src/dns.cc
src/errorpage.cc
src/http.cc
src/pconn.cc
src/protos.h
src/stat.cc
src/structs.h
src/url.cc