mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 3.0.1
This commit is contained in:
parent
91a43ffcb6
commit
d3379c2800
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
=== 3.0.1 / 2016-02-25
|
||||
|
||||
* 1 bug fix:
|
||||
|
||||
* Removed the experimental support for async.callback as it broke
|
||||
websockets entirely. Seems no server has both hijack and async.callback
|
||||
and thus faye is totally confused what to do and doesn't work.
|
||||
|
||||
=== 3.0.0 / 2016-02-25
|
||||
|
||||
* 2 major changes:
|
||||
|
|
|
@ -99,7 +99,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "3.0.0".freeze
|
||||
PUMA_VERSION = VERSION = "3.0.1".freeze
|
||||
CODE_NAME = "Plethora of Penguin Pinatas".freeze
|
||||
|
||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue