rob05c commented on issue #4534: Fix ORT atstccfg to allow using new features in the latest Traffic Ops URL: https://github.com/apache/trafficcontrol/pull/4534#issuecomment-605346497 `/toreq` vendors the client itself, and `/toreqnew` doesn't. So `/toreqnew` shouldn't be using the vendored client. Each package uses its own set of libraries, including vendoring. And the vendored library is treated as different, so they aren't compatible. I.e. if you tried to `cfg.TOClient.C = cfg.TOClientNew.C` it wouldn't compile, because their `traffic_ops/client.Session` symbols are different types.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
