Skip to content

Commit

Permalink
fix: default encoding for array params should be :multi (#31)
Browse files Browse the repository at this point in the history
fixes #26
  • Loading branch information
carlosmmatos authored Feb 20, 2024
1 parent 1b8c064 commit cc4ef22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crimson-falcon/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def initialize
@cert_file = nil
@key_file = nil
@timeout = 0
@params_encoding = nil
@params_encoding = :multi
@debugging = false
@inject_format = false
@force_ending_format = false
Expand Down

0 comments on commit cc4ef22

Please sign in to comment.