1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
This commit is contained in:
Nate Berkopec 2019-10-21 10:29:35 +08:00
parent 4852902b89
commit d20242b2ec
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6
2 changed files with 10 additions and 2 deletions

View file

@ -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)

View file

@ -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