1
0
Fork 0
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:
MSP-Greg 2017-10-09 09:03:17 -05:00 committed by Nate Berkopec
parent 1f8e92af42
commit b297e8d430

View file

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