This is an automated email from the ASF dual-hosted git repository.
bcall pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 26015ca Updated ChangeLog
new 8c75900 Restore the MIOBufferWriter unit tests.
new d963c71 Disable tests using exceptions in MIOBufferWriter UT.
new 6832b58 Make MIOBufferWriter unit tests work when compiled without
-DDEBUG.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
iocore/eventsystem/IOBuffer.cc | 76 ----------
iocore/eventsystem/I_MIOBufferWriter.h | 6 +
iocore/eventsystem/MIOBufferWriter.cc | 124 ++++++++++++++++
iocore/eventsystem/Makefile.am | 2 +-
.../eventsystem/unit_tests/test_MIOBufferWriter.cc | 161 ++++++++++++++++++---
5 files changed, 271 insertions(+), 98 deletions(-)
create mode 100644 iocore/eventsystem/MIOBufferWriter.cc