内容简介:Puma 3.9.0("Russell's Teapot") 发布了。 该版本主要更新内容如下: 3 features: The status server has a new /gc and /gc-status command. (#1384) The persistent and first data timeouts are now configu...
Puma 3.9.0("Russell's Teapot") 发布了。
该版本主要更新内容如下:
3 features:
The status server has a new /gc and /gc-status command. (#1384)
The persistent and first data timeouts are now configurable (#1111)
Implemented RFC 2324 (#1392)
12 bugfixes:
Not really a Puma bug, but @NickolasVashchenko created a gem to workaround a Ruby bug that some users of Puma may be experiencing. See README for more. (#1347)
Fix hangups with SSL and persistent connections. (#1334)
Fix Rails double-binding to a port (#1383)
Fix incorrect thread names (#1368)
Fix issues with /etc/hosts and JRuby where localhost addresses were not correct. (#1318)
Fix compatibility with RUBYOPT="--enable-frozen-string-literal" (#1376)
Fixed some compiler warnings (#1388)
We actually run the integration tests in CI now (#1390)
No longer shipping unnecessary directories in the gemfile (#1391)
If RUBYOPT is nil, we no longer blow up on restart. (#1385)
Correct response to SIGINT (#1377)
Proper exit code returned when we receive a TERM signal (#1337)
3 refactors:
1 known issue:
Socket activation doesn't work in JRuby. Their fault, not ours. (#1367)
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Squid 3.5.27 发布,代理服务器
- Rust 语言服务器 Alpha 版本发布
- Moco 1.0.0 发布,模拟服务器
- Moco 1.1.0 发布,模拟服务器
- OTP-19.3 发布,Erlang 应用服务器
- OTP 19.2 发布,Erlang 应用服务器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
正则表达式必知必会
Ben Forta / 杨涛、王建桥、杨晓云 / 人民邮电出版社 / 2007 / 29.00元
正则表达式是一种威力无比强大的武器,几乎在所有的程序设计语言里和计算机平台上都可以用它来完成各种复杂的文本处理工作。本书从简单的文本匹配开始,循序渐进地介绍了很多复杂内容,其中包括回溯引用、条件性求值和前后查找,等等。每章都为读者准备了许多简明又实用的示例,有助于全面、系统、快速掌握正则表达式,并运用它们去解决实际问题。 本书适合各种语言和平台的开发人员。一起来看看 《正则表达式必知必会》 这本书的介绍吧!
