Skip to content

Conversation

matmar10
Copy link
Contributor

No description provided.

@matmar10
Copy link
Contributor Author

Bump. Can we get this merged?

this.port = configuration.port;
this.base_path = configuration.base_path || '';
this.read_timeout = configuration.read_timeout || 60000;
suiteConfigData.common_headers = configuration.common_headers || [];
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

common_headers coming from js module should go to this.commonHeaders object, see line# 268 in master branch

base_path: suiteConfigData.base_path,
read_timeout: suiteConfigData.read_timeout
read_timeout: suiteConfigData.read_timeout,
common_headers: suiteConfigData.common_headers,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not required, because we are already reading common_headers from YAML on line#268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants