c-taylor edited a comment on pull request #7470:
URL: https://github.com/apache/trafficserver/pull/7470#issuecomment-775966492


   > This plugin doesn't provide any improvement for smaller objects but could 
also degrade the performance as two outgoing requests for every cache update.
   
   This plugin, combined with similar assertions in 
https://github.com/apache/trafficserver/issues/7504, could solve the problem 
and optimise for large/small cases.
   
   If ["Content-Length" > high_buffer_water_mark]
   cache_fill()
   fi
     
   Even without work on the issue, you might be able to just use 'default' 
value. Obviously this leaves chunked behind...


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to