Don't miscalculate byte_count if we don't get all the
authorFabian Keil <fk@fabiankeil.de>
Tue, 2 Dec 2008 22:03:18 +0000 (22:03 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 2 Dec 2008 22:03:18 +0000 (22:03 +0000)
commitb172ce66d58431c42a4decb59c59074f12ddcddf
tree4f22d8dff2b1db8047571405ac9f218440f708e3
parent132517cd11681ec17afb5c8ea510e3968dd6512d
Don't miscalculate byte_count if we don't get all the
server headers with one read_socket() call. With keep-alive
support enabled, this caused delays until the server closed
the connection.
jcc.c