mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix missing log_writer
This commit is contained in:
parent
8a4ef0c16c
commit
15dd1166ac
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
module Puma
|
||||
module MiniSSL
|
||||
class ContextBuilder
|
||||
def initialize(params, events)
|
||||
def initialize(params, log_writer)
|
||||
@params = params
|
||||
@events = events
|
||||
@log_writer = log_writer
|
||||
end
|
||||
|
||||
def context
|
||||
|
@ -75,7 +75,7 @@ module Puma
|
|||
|
||||
private
|
||||
|
||||
attr_reader :params, :events
|
||||
attr_reader :params, :log_writer
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue