You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/01/15 16:28:00 UTC

[GitHub] [trafficserver] shukitchan opened a new pull request #8607: Clear lua plugin http context after each hook handler

shukitchan opened a new pull request #8607:
URL: https://github.com/apache/trafficserver/pull/8607


   The lua plugin kept the TSMBuffer and TSMLoc for client request, server request, server response, client response and cached response in the http context object for reuse. But these are volatile across hook handler functions. So they needs to be cleared afterwards. 
   
   This fixes #8351 


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall commented on pull request #8607: Clear lua plugin http context after each hook handler

Posted by GitBox <gi...@apache.org>.
bryancall commented on pull request #8607:
URL: https://github.com/apache/trafficserver/pull/8607#issuecomment-1020692305


   @SolidWallOfCode is going to review


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] shukitchan merged pull request #8607: Clear lua plugin http context after each hook handler

Posted by GitBox <gi...@apache.org>.
shukitchan merged pull request #8607:
URL: https://github.com/apache/trafficserver/pull/8607


   


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall commented on pull request #8607: Clear lua plugin http context after each hook handler

Posted by GitBox <gi...@apache.org>.
bryancall commented on pull request #8607:
URL: https://github.com/apache/trafficserver/pull/8607#issuecomment-1020692305


   @SolidWallOfCode is going to review


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org