decompress_data: count bytes written to the pipe
commitda5eed4dba97d624ba6772e4d28f4c1ae0e7fac3
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Tue, 6 Mar 2007 19:42:09 +0000 (6 20:42 +0100)
committerWitold Filipczyk <witekfl@pldmachine.(none)>
Tue, 6 Mar 2007 19:42:09 +0000 (6 20:42 +0100)
tree9b2f9f1dc3a5115b6b9c782d18a14a1a0b61e9e9
parent0bc767fed478530bfaacdb130f3f2d55c2ebe8c1
decompress_data: count bytes written to the pipe

Count bytes written to the pipe and decompress when the pipe is full.
This fixes the issue with blogs.msdn.com. It also should give better
performance because of fewer calls to read_encoded.
src/network/connection.c
src/network/connection.h
src/protocol/http/http.c