mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
4.1.0
This commit is contained in:
parent
6d80a09c82
commit
736117c13e
2 changed files with 11 additions and 3 deletions
10
History.md
10
History.md
|
@ -1,4 +1,12 @@
|
|||
## 4.1.0
|
||||
## Master
|
||||
|
||||
* Features
|
||||
* Your feature goes here (#Github Number)
|
||||
|
||||
* Bugfixes
|
||||
* Your bugfix goes here (#Github Number)
|
||||
|
||||
## 4.1.0 / 2019-08-08
|
||||
|
||||
* 4 features
|
||||
* Add REQUEST_PATH on parse error message (#1831)
|
||||
|
|
|
@ -100,8 +100,8 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "4.0.1".freeze
|
||||
CODE_NAME = "4 Fast 4 Furious".freeze
|
||||
PUMA_VERSION = VERSION = "4.1.0".freeze
|
||||
CODE_NAME = "Fourth and One".freeze
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||
|
|
Loading…
Reference in a new issue