[
https://issues.apache.org/jira/browse/TS-3960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976863#comment-14976863
]
ASF GitHub Bot commented on TS-3960:
------------------------------------
Github user jpeach commented on the pull request:
https://github.com/apache/trafficserver/pull/301#issuecomment-151591704
The local manager can be used to send a message from ```traffic_server```
up to ```traffic_manager```. Look for ```RecMessageSend```. It's unfortunate
that ```RecMessage``` sends hand-marshalled data packets, but that could be
refactored to use the standard marshaling routines in ```MgmtMarshall.h```. One
problem that could happen going down this path is that we end up in a big ball
o' mud due to linker dependencies. I guess that could be refactored away, but
it could be painful.
I think that you are correct that the temporary watches need to be
associated with a top-level config file. When the parent (?) watch triggers,
then we can automatically drop all the child watches.
> traffic_line -x doesn't reload SSL certs content
> ------------------------------------------------
>
> Key: TS-3960
> URL: https://issues.apache.org/jira/browse/TS-3960
> Project: Traffic Server
> Issue Type: Bug
> Components: SSL
> Reporter: Zhang Zizhong
> Assignee: Brian Geffon
> Fix For: 6.1.0
>
>
> traffic_line -x doesn't reload when SSL certs change file contents without
> changing the file names.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)