]> git.ipfire.org Git - thirdparty/squid.git/commit
Polish HttpStateData::readReply() layout to weed out bugs, step 3:
authorrousskov <>
Tue, 26 Jun 2007 06:24:33 +0000 (06:24 +0000)
committerrousskov <>
Tue, 26 Jun 2007 06:24:33 +0000 (06:24 +0000)
commitfdf55365d605b48ef1e2c3bfa7516463d04cb1e6
tree04faa64e67d586fa13825007c64a495fa4883f3b
parent274d8c708caf880e15968f2778ebb00c0adcb84b
Polish HttpStateData::readReply() layout to weed out bugs, step 3:
Handle I/O errors first so that we do not have to compare flag
with COMM_OK in all the if statements that follow.
This change should have no runtime effect.
src/http.cc