[GitHub] trafficserver pull request #1406: Fix Assertion failure in the regex_revalid...

2017-02-09 Thread PSUdaemon
Github user PSUdaemon closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1406: Fix Assertion failure in the regex_revalid...

2017-02-01 Thread jrushford
GitHub user jrushford opened a pull request:

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

Fix Assertion failure in the regex_revalidate plugin.

When using the regex_revalidate plugin, we see an assertion failure in 
TSContSchedule() at InkAPI.cc:4232

Since TS-4387, Calls to TSContSchedule/TSContScheduleEvery(), require
that the continuation associated with the TSCont parameter must have a 
mutex.

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

$ git pull https://github.com/jrushford/trafficserver regex_revalidate_issue

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

https://github.com/apache/trafficserver/pull/1406.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 #1406


commit 27c4a142a0371f8dff59b8fc03a61b37c5232eb4
Author: John J. Rushford 
Date:   2017-02-01T20:34:44Z

Fix Assertion failure in the regex_revalidate plugin.

Since TS-4387, Calls to TSContSchedule/TSContScheduleEvery(), require
that the continuation associated with the TSCont parameter must have a 
mutex.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---