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/05/12 20:46:38 UTC

[GitHub] [trafficserver] bneradt opened a new pull request, #8846: Add `#pragma once` for PendingAction.h

bneradt opened a new pull request, #8846:
URL: https://github.com/apache/trafficserver/pull/8846

   PendingAction.h needs a `#pragma once` to protect it from double
   inclusion. This patch adds this. This has not caused problems yet
   because it is currently only used once in HttpSM.h, but as it gets more
   use this will be required.


-- 
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] bneradt merged pull request #8846: Add `#pragma once` for PendingAction.h

Posted by GitBox <gi...@apache.org>.
bneradt merged PR #8846:
URL: https://github.com/apache/trafficserver/pull/8846


-- 
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] zwoop commented on pull request #8846: Add `#pragma once` for PendingAction.h

Posted by GitBox <gi...@apache.org>.
zwoop commented on PR #8846:
URL: https://github.com/apache/trafficserver/pull/8846#issuecomment-1127815750

   Cherry-picked to v9.2.x


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