Skip to content

Commit

Permalink
4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Nov 7, 2019
1 parent 4852902 commit d20242b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
@@ -1,5 +1,13 @@
## Master

* Features
* Your feature goes here (#Github Number)

* Bugfixes
* Your bugfix goes here (#Github Number)

## 4.3.0 / 2019-11-07

* Features
* Strip whitespace at end of HTTP headers (#2010)
* Optimize HTTP parser for JRuby (#2012)
Expand Down
4 changes: 2 additions & 2 deletions lib/puma/const.rb
Expand Up @@ -100,8 +100,8 @@ class UnsupportedOption < RuntimeError
# too taxing on performance.
module Const

PUMA_VERSION = VERSION = "4.2.1".freeze
CODE_NAME = "Distant Airhorns".freeze
PUMA_VERSION = VERSION = "4.3.0".freeze
CODE_NAME = "Mysterious Traveller".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze

FAST_TRACK_KA_TIMEOUT = 0.2
Expand Down

0 comments on commit d20242b

Please sign in to comment.