masaori335 opened a new pull request #6753: URL: https://github.com/apache/trafficserver/pull/6753
Fix #6748. This is introduced by TS-3719, it was trying to fix a bug. > The table size is reduced by the by max size - new size instead of current size - new size. This causes the table to try to delete items that don't exist. We don't need to worry about this with the current code, because we're using a for loop now. https://github.com/apache/trafficserver/blob/4638ddcc2848da53b94f8678d22057d8efda8df3/proxy/http2/HPACK.cc#L427 ---------------------------------------------------------------- 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]
