Re: Change to HttpSM history

2017-11-09 Thread scw00
Hi AMC Yes I??ve changed history in the linear buffer because the bug is not always related to the last records . And buffer is large enough to hold all records currently! If you want . I can change it back to circle buffer. scw00 -- Original -- From

[GitHub] trafficserver pull request: TS-4220 DNSHandler::mainEvent

2016-03-27 Thread scw00
Github user scw00 closed the pull request at: https://github.com/apache/trafficserver/pull/493 --- 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

[GitHub] trafficserver pull request: TS-4220 DNSHandler::mainEvent

2016-02-23 Thread scw00
Github user scw00 commented on the pull request: https://github.com/apache/trafficserver/pull/493#issuecomment-187988003 sry!! --- 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

[GitHub] trafficserver pull request: DNSHandler::mainEvent

2016-02-23 Thread scw00
Github user scw00 closed the pull request at: https://github.com/apache/trafficserver/pull/492 --- 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

[GitHub] trafficserver pull request: TS-4220 DNSHandler::mainEvent

2016-02-21 Thread scw00
GitHub user scw00 opened a pull request: https://github.com/apache/trafficserver/pull/493 TS-4220 DNSHandler::mainEvent Dear all failover_now return false when the name server's mark is not expiring, and we need to call rr_failure to mark the name server as down.

[GitHub] trafficserver pull request: DNSHandler::mainEvent

2016-02-21 Thread scw00
GitHub user scw00 opened a pull request: https://github.com/apache/trafficserver/pull/492 DNSHandler::mainEvent Dear all failover_now return false when the name server's mark is not expiring, and we need to call rr_failure to mark the name server as down. Thx!!