发布于 2017-06-01 23:54:40 | 177 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Puma Ruby的web服务器

Puma是一个为Ruby web程序提供高速处理以及HTTP 1.1并发的服务器小型库。它被设计只用来运行Rack程序。


Puma 3.9.0("Private Caller") 发布了,该版本包含了 2 个新特性和 9 个 bug 修复。详细如下:

新特性

  • 当 Puma 通过 USR1/USR2 (#1260)重新启动(仅限 MRI,不支持 JRuby)时,ENV 现在将重置为其原始值

  • Puma 将不再接受比最大线程数更多的客户端 (#1278)

Bug 修复

  • Reduce information leakage by preventing HTTP parse errors from writing environment hashes to STDERR (#1306)

  • Fix SSL/WebSocket compatibility (#1274)

  • HTTP headers with empty values are no longer omitted from responses. (#1261)

  • Fix a Rack env key which was set to nil. (#1259)

  • peercert has been implemented for JRuby (#1248)

  • Fix port settings when using rails s (#1277#1290)

  • Fix compat w/LibreSSL (#1285)

  • Fix restarting Puma w/symlinks and a new Gemfile (#1282)

  • Replace Dir.exists? with Dir.exist? (#1294)

已知的问题

  • MRI 2.2+ 中的错误可能导致 IOError:流关闭。详见 #1206。这个问题至少从 Puma 3.6 开始就存在,可能还会回来

下载地址



历史版本 :
Puma 3.11.0 发布,Ruby 的 Web 服务器
Puma 3.10.0 发布,Ruby 的 Web 服务器
Puma 3.9.0 发布,Ruby 的 Web 服务器
Puma 3.8.0 发布,Ruby 的 Web 服务器
Puma 3.7.1 发布,Ruby 的 Web 服务器
puma 3.7.0 发布,Ruby 的 Web 服务器
Puma 3.6.1 发布,Ruby 的 web 服务器
Puma 3.5.0 发布,Ruby 的 web 服务器
Puma 3.4.0 发布,Ruby 的 web 服务器
Puma 3.3.0 发布,Ruby 的 web 服务器
puma 3.2.0 发布,Ruby的web服务器
puma 3.1.1 发布,Ruby的web服务器
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务