]> git.ipfire.org Git - thirdparty/squid.git/commit
Extend Client API to estimate needed buffer space using an SBuf
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 11 Nov 2014 13:41:59 +0000 (05:41 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 11 Nov 2014 13:41:59 +0000 (05:41 -0800)
commitf2554f0fee808ef75a88494179e1325a1dbb5757
tree0110a4c9793e70c3c351e0049b02953217684e1c
parent983de17ba395ac4366eac1fe2dbce8eb7694aba5
Extend Client API to estimate needed buffer space using an SBuf

Add Client::needBufferSpace() API method to estimate reuired buffer
space based on an SBuf buffer.

Deprecate the badly named Client::replyBodySpace() method and MemBuf API
for server connection I/O.
src/clients/Client.cc
src/clients/Client.h