Immutant 2.1.7 发布了,Immutant 是一个 Clojure 的应用服务器,这是一个基于 JBoss AS 7 的集成平台,用于 Ring 处理、异步消息、缓存、任务调度、XA 事务、集群和守护进程等等。该版本包括以下的更改:
已将 Undertow 依赖升级到最新的稳定版本(1.4.14.Final),以解决使用异步 http responses/SSE 时套接字泄漏的问题。
将 Ring 依赖升级至 1.6.0
对于 HEAD 请求,异步通道在第一次调用 send! 后自动关闭
2.1.7 中已解决的问题:
升级 Undertow >= 1.3.27.Final
升级 Ring 至 1.6
在某些情况下,Web 应用程序无法充分响应 HEAD 请求
软件详情:http://immutant.org/news/2017/05/18/announcing-2-1-7/
下载地址:http://immutant.org/
来自:开源中国社区

