]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side.cc
In clientReadRequest(), moved reinstalling the read handler with
authorwessels <>
Sat, 15 Nov 1997 00:20:13 +0000 (00:20 +0000)
committerwessels <>
Sat, 15 Nov 1997 00:20:13 +0000 (00:20 +0000)
commit6d3caf237dbef48b8c5e4c7caefd9f6ea7337e35
treef2dbf1f5dcfcea6a1273021cba2330e8859ad80d
parent8ac49cdc34afdfcd260b1f1366e706177e67f7d5
In clientReadRequest(), moved reinstalling the read handler with
commSetSelect() to just after the read().  Due to another bug, there
was a problem in clientReadRequest that we called commSetSelect()
on a FD which had been closed.
src/client_side.cc