GitHub user jpeach opened a pull request:

    https://github.com/apache/trafficserver/pull/1091

    TS-4952: Improve abort messages for mutex failures.

    Although the ink_mutex APIs claimed to return error values, they actually
    abort on failure. Improve the abort to format a message that includes
    the error, and don't bother to return error values any more since these
    can't fail.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jpeach/trafficserver fix/4952

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1091.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1091
    
----
commit 8abe76353873be57f3d0b654b077ab96bb44f4d0
Author: James Peach <[email protected]>
Date:   2016-10-11T02:57:31Z

    TS-4952: Improve abort messages for mutex failures.
    
    Although the ink_mutex APIs claimed to return error values, they actually
    abort on failure. Improve the abort to format a message that includes
    the error, and don't bother to return error values any more since these
    can't fail.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to