发布于 2017-11-20 23:56:18 | 184 次阅读 | 评论: 0 | 来源: 网友投递
Puma Ruby的web服务器
Puma是一个为Ruby web程序提供高速处理以及HTTP 1.1并发的服务器小型库。它被设计只用来运行Rack程序。
Puma 3.11.0 ("Love Song") 已发布,该版本包含了 2 个新特性,9 个 bug 修复以及 2 个其他的变更。详细如下:
2 features:
9 bugfixes:
Environment config files (/config/puma/.rb) load correctly (#1340)
puma/events required in test helper (#1418)
Correct control CLI's option help text (#1416)
Remove a warning for unused variable in mini_ssl (#1409)
Correct pumactl docs argument ordering (#1427)
Fix an uninitialized variable warning in server.rb (#1430)
Fix docs typo/error in Launcher init (#1429)
Deal with leading spaces in RUBYOPT (#1455)
2 other:
源码下载: