You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by wk...@apache.org on 2021/11/10 21:15:52 UTC

[trafficserver] branch master updated (984d8cb -> 537204d)

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

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


    from 984d8cb  Add skipped log entries to troubleshooting FAQ in docs. (#8507)
     add 537204d  Add tries and protection against writer starvation to ink_rwlock. (#7611)

No new revisions were added by this update.

Summary of changes:
 include/tscore/ink_rwlock.h        |  49 +++++++++-
 include/tscpp/util/Makefile.am     |   3 +-
 include/tscpp/util/TsSharedMutex.h | 186 +++++++++++++++++++++++++++++++++++++
 plugins/s3_auth/s3_auth.cc         |  10 +-
 4 files changed, 235 insertions(+), 13 deletions(-)
 create mode 100644 include/tscpp/util/TsSharedMutex.h