]> git.ipfire.org Git - thirdparty/squid.git/commit
Maintenance: Removed deprecated Client::replyBodySpace() (#2060)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Sun, 18 May 2025 21:24:18 +0000 (21:24 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 19 May 2025 14:25:15 +0000 (14:25 +0000)
commitd9a9960423a7976a2887ca8a39d846d31e38a3cf
tree3351f42e253b17b480e5f25e9fb8c6dfb45e24ef
parent19127eee52f6f839b71e814c01731cbfd8669299
Maintenance: Removed deprecated Client::replyBodySpace() (#2060)

Except for a trivial spaceSize() call and a never-executed (for the only
caller) `space` parameter adjustment, replyBodySpace() duplicates
Client::calcBufferSpaceToReserve(). This duplication complicates
refactoring aimed at addressing other known buffer management problems.
src/clients/Client.cc
src/clients/Client.h
src/clients/FtpClient.cc