]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug fix: 32bit integer used in HttpStateData to store the bytes received from next hop
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 28 Jul 2010 18:04:45 +0000 (21:04 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 28 Jul 2010 18:04:45 +0000 (21:04 +0300)
commit3a9c37f78b872a01bfe1d01f2736bc5122fb6a47
treeb291363abc1a2dfbec81e8cec9bf77b56284f393
parent9a44271aa354582d42cb8d326807b5f0b05e0ae9
Bug fix: 32bit integer used in HttpStateData to store the bytes received from next hop

A simple integer used to store the bytes received from the next hop
(http server of proxy), which my cause problems when receives huge
http objects on 32bit systems.
src/http.h