mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
4.3.0
This commit is contained in:
parent
4852902b89
commit
d20242b2ec
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
||||||
## Master
|
## Master
|
||||||
|
|
||||||
|
* Features
|
||||||
|
* Your feature goes here (#Github Number)
|
||||||
|
|
||||||
|
* Bugfixes
|
||||||
|
* Your bugfix goes here (#Github Number)
|
||||||
|
|
||||||
|
## 4.3.0 / 2019-11-07
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
* Strip whitespace at end of HTTP headers (#2010)
|
* Strip whitespace at end of HTTP headers (#2010)
|
||||||
* Optimize HTTP parser for JRuby (#2012)
|
* Optimize HTTP parser for JRuby (#2012)
|
||||||
|
|
|
@ -100,8 +100,8 @@ module Puma
|
||||||
# too taxing on performance.
|
# too taxing on performance.
|
||||||
module Const
|
module Const
|
||||||
|
|
||||||
PUMA_VERSION = VERSION = "4.2.1".freeze
|
PUMA_VERSION = VERSION = "4.3.0".freeze
|
||||||
CODE_NAME = "Distant Airhorns".freeze
|
CODE_NAME = "Mysterious Traveller".freeze
|
||||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||||
|
|
||||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||||
|
|
Loading…
Reference in a new issue