forked from loafle/openapi-generator-original
set follow_location default to true
This commit is contained in:
@@ -93,7 +93,7 @@ module DynamicServers
|
||||
header_params = @default_headers.merge(opts[:header_params] || {})
|
||||
query_params = opts[:query_params] || {}
|
||||
form_params = opts[:form_params] || {}
|
||||
follow_location = opts[:follow_location] || false
|
||||
follow_location = opts[:follow_location] || true
|
||||
|
||||
|
||||
# set ssl_verifyhosts option based on @config.verify_ssl_host (true/false)
|
||||
|
||||
Reference in New Issue
Block a user