发布于 2017-08-18 23:56:53 | 186 次阅读 | 评论: 0 | 来源: 网友投递
Apache Traffic Server 反向代理和缓存服务器
Apache Traffic Server(ATS或TS)是一个高性能的、模块化的HTTP代理和缓存服务器,与 Nginx 和 Squid 类似。Traffic Server最初是 Inktomi 公司的商业产品,该公司在2003 年被 Yahoo 收购, 2009 年 8月 Yahoo 向 Apache 软件基金会(ASF)贡献了源代码,并于 2010 年 4月成为了 ASF的顶级项目(Top-LevelProject)。 Apache TrafficServer 现在是一个开源项目,开发语言为C++。
Apache Traffic Server 6.2.2 发布了,Traffic Server 是一套快速、模块化的兼容 HTTP/1.1 的反向代理服务器,与 Nginx 和 Squid 类似,目前该项目已经转到 Apache 基金会。
更新内容:
#1272 - TS-5104: Correct the calculation of max_dns_lookups in OSDNSLookup
#1276 - TS-5105: Do vc->con.setRemote(target) before socksEntry->init()
#1321 - 6.2.x TS-4435 and TS-5059: Fixes for building with OpenSSL 1.1
#1395 - Update client streams count in Http2ConnectionState::release_stream.
#1410 - 6.2.x: TS-4665: H2 not terminating stream with short chunked response
#1434 - Clang fixes
#1436 - Backport f71b75e and 734aa31 from master to 6.2.x
#1440 - Remove nullptr instances that were introduced from upstream backports…
#1485 - back port "fix TS-4195: double free when stop trafficserver" to 6.2.x
#1509 - TS-5106: Create ParentRoundRobin object as ParentRecord->selection_strategy for default parent proxy server
#1513 - TS-4747: make marking parent proxies down in hostdb configurable.
#1539 - Signals fix
#1541 - retry safe requests
#1543 - Remove nullptr instance that was introduced from upstream backport an…
#1636 - TS-4195: double free on exit
#1709 - Build fixes for Ubuntu 17
#1886 - Fix slow leak in traffic_manager caused by un-freed capabilities.
#1900 - delay DNS for origin server until it is required
#2011 - This should allow for per-version binaries
#2301 - Backport PR #1941, fix TLS handshake, to 6.2.x.
#2306 - Backport TS-5107
#2308 - TS-4375: Fix PCRE link issues on Darwin.
#2309 - Unfolds request headers that are using obs continuations
#2313 - Fix luajit build vaargs
#2316 - Uses an enum class for the Mgmt OpType
更多更新内容可以查看这里,或 changlog 和 Github 上的 Issues 和 PRs。
下载地址: