Github user jablko commented on the issue:
https://github.com/apache/trafficserver/pull/1309
Thanks @bryancall! Merged.
Yeah, until this PR landed, it was also part of #1313 (is there a way
around that?) so I guess applying both would conflict. Git is smart enough to
match the commit in #1313 with this one, so the following works without a
conflict. I don't know if there's a better way to do this ...
$ git fetch https://github.com/jablko/trafficserver.git libressl
$ git rebase --onto master master FETCH_HEAD
$ git fetch https://github.com/jablko/trafficserver.git autoconf
$ git rebase --onto master master FETCH_HEAD
---
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.
---