You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2021/10/20 16:18:39 UTC

[trafficserver] branch master updated (fcc7268 -> c72d433)

This is an automated email from the ASF dual-hosted git repository.

amc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from fcc7268  Fix unused-but-set-variable warnings (#8435)
     add c72d433  Promote class PendingAction from HttpSM.h for use in other classes. (#8423)

No new revisions were added by this update.

Summary of changes:
 include/tscore/PendingAction.h | 129 +++++++++++++++++++++++++++++++++++++++++
 proxy/http/HttpSM.cc           |  38 ++++++------
 proxy/http/HttpSM.h            |  49 +---------------
 3 files changed, 149 insertions(+), 67 deletions(-)
 create mode 100644 include/tscore/PendingAction.h