You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2019/12/16 21:12:51 UTC

[trafficcontrol] branch master updated (811d65d -> 5f39ba8)

This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 811d65d  Fixes #3813 implement `/profiles/name/{{name}}/copy/{{fromName}}` in Go (#4204)
     add 5f39ba8  Add a bounded queue to DNS request processing (#4103)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  1 +
 docs/source/admin/traffic_router.rst               |  3 ++
 .../core/dns/protocol/AbstractProtocol.java        | 58 +++++++++++++++++-----
 .../protocol/{Protocol.java => SocketHandler.java} | 11 ++--
 .../traffic_router/core/dns/protocol/TCP.java      | 32 +++++++++---
 .../traffic_router/core/dns/protocol/UDP.java      | 18 ++++++-
 .../src/main/webapp/WEB-INF/applicationContext.xml | 27 +++++++++-
 .../traffic_router/core/dns/protocol/TCPTest.java  | 15 ++++--
 .../traffic_router/core/dns/protocol/UDPTest.java  | 18 +++++--
 9 files changed, 152 insertions(+), 31 deletions(-)
 copy traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/dns/protocol/{Protocol.java => SocketHandler.java} (69%)