mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Merge branch 'rack'
This commit is contained in:
commit
fe09791417
2 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,7 @@ module Puma
|
|||
|
||||
"QUERY_STRING".freeze => "",
|
||||
SERVER_PROTOCOL => HTTP_11,
|
||||
SERVER_SOFTWARE => PUMA_VERSION,
|
||||
SERVER_SOFTWARE => PUMA_SERVER_STRING,
|
||||
GATEWAY_INTERFACE => CGI_VER
|
||||
}
|
||||
|
||||
|
|
|
@ -101,7 +101,8 @@ module Puma
|
|||
|
||||
PUMA_VERSION = VERSION = "3.1.0".freeze
|
||||
CODE_NAME = "El Niño Winter Wonderland".freeze
|
||||
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||
|
||||
# The default number of seconds for another request within a persistent
|
||||
|
|
Loading…
Add table
Reference in a new issue