]> git.ipfire.org Git - thirdparty/squid.git/commit
Optimization: clientStreamInit() copied ClientStreamData (#1801)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Thu, 2 May 2024 00:56:41 +0000 (00:56 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 2 May 2024 22:29:45 +0000 (22:29 +0000)
commit2c3d6a4ee3f42bc5026d7a41a9fee8ae7dc8cb42
tree042cbc7a7ac48d4dd9e6c5e2b91ccecfbe67163d
parenta9eda96922a83c172fd970f9c3c4e64f7ec9c02c
Optimization: clientStreamInit() copied ClientStreamData (#1801)

Detected by Coverity. CID 1529543 and CID 1529594: Unnecessary object
copies can affect performance (COPY_INSTEAD_OF_MOVE).
src/clientStream.cc
src/clientStream.h