mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add @early_hints to Puma:Server intialize to avoid warnings (#1430)
This commit is contained in:
parent
1f8e92af42
commit
b297e8d430
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ module Puma
|
|||
|
||||
@thread = nil
|
||||
@thread_pool = nil
|
||||
@early_hints = nil
|
||||
|
||||
@persistent_timeout = options.fetch(:persistent_timeout, PERSISTENT_TIMEOUT)
|
||||
@first_data_timeout = options.fetch(:first_data_timeout, FIRST_DATA_TIMEOUT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue