lib/puma/const.rb in gitlab-puma-4.3.3.gitlab.2 vs lib/puma/const.rb in gitlab-puma-4.3.5.gitlab.3
- old
+ new
@@ -98,10 +98,10 @@
# While Puma does try to emulate the CGI/1.2 protocol, it does not use the REMOTE_IDENT,
# REMOTE_USER, or REMOTE_HOST parameters since those are either a security problem or
# too taxing on performance.
module Const
- PUMA_VERSION = VERSION = "4.3.3.gitlab.2".freeze
+ PUMA_VERSION = VERSION = "4.3.5.gitlab.3".freeze
CODE_NAME = "Mysterious Traveller".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
FAST_TRACK_KA_TIMEOUT = 0.2