]> git.ipfire.org Git - thirdparty/squid.git/commit
- Fix bug from Henrik's patch. We can't set the FD timeout after
authorwessels <>
Thu, 1 Jan 1998 12:48:38 +0000 (12:48 +0000)
committerwessels <>
Thu, 1 Jan 1998 12:48:38 +0000 (12:48 +0000)
commit0ca54a5124a67ec318433fd5f7478fa0a17ef3c0
tree799652ef519b3771b3d23bee484d4b516ced8505
parent4e9c07c10ce0f0e037e60eb8f4ad55d4adf1a92b
- Fix bug from Henrik's patch.  We can't set the FD timeout after
  calling clientReadRequest() because the FD might be closed by then.
- Add an assertion in commSetTimeout() that the FD be open.
src/client_side.cc
src/comm.cc