]> git.ipfire.org Git - thirdparty/squid.git/commit
Polish HttpStateData::readReply() layout to weed out bugs, step 1:
authorrousskov <>
Tue, 26 Jun 2007 06:11:08 +0000 (06:11 +0000)
committerrousskov <>
Tue, 26 Jun 2007 06:11:08 +0000 (06:11 +0000)
commit1ae6284747eede03c9b1571f5bc3f79229c6b517
tree3f15373c305382e9cfaf01d8dee388ea55a20517
parent8507a94cf1ab28919dc326e106765c2e835a9129
Polish HttpStateData::readReply() layout to weed out bugs, step 1:
1996 (revision 1.8) code was setting errno to zero before calling read(2).
We no longer make system calls in HttpStateData::readReply(). Resetting
errno here is a little bit too late.
src/http.cc