bryancall commented on code in PR #10991:
URL: https://github.com/apache/trafficserver/pull/10991#discussion_r1631539685
##########
src/iocore/cache/Stripe.cc:
##########
@@ -934,6 +934,15 @@ Stripe::add_writer(CacheVC *vc)
{
ink_assert(vc);
this->_write_buffer.add_bytes_pending_aggregation(vc->agg_len);
+ // [jv] An extra AGG_SIZE is added to the backlog here, but not in
Review Comment:
Please remove your name in the comment. We have that information in the
commit history and try not to have peoples names in the code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]