Skip to content

add support for http proxy#29

Open
rhesa wants to merge 2 commits intocloocher:masterfrom
17hats:master
Open

add support for http proxy#29
rhesa wants to merge 2 commits intocloocher:masterfrom
17hats:master

Conversation

@rhesa
Copy link

@rhesa rhesa commented Oct 5, 2016

Finicity requires whitelisted IP addresses, so putting
a proxy in front of your web workers makes that easier
to manage.

rhesa added 2 commits October 5, 2016 11:26
Finicity requires whitelisted IP addresses, so putting
a proxy in front of your web workers makes that easier
to manage.
Copy link
Owner

@cloocher cloocher left a comment

Choose a reason for hiding this comment

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

all looks good except backward incompatible change to not use snakecase format.

data.force_encoding('UTF-8')
$stdout.puts(data) if @verbose
@parser ||= XmlHasher::Parser.new(snakecase: true, ignore_namespaces: true)
@parser ||= XmlHasher::Parser.new(snakecase: false, ignore_namespaces: true)
Copy link
Owner

@cloocher cloocher Oct 7, 2016

Choose a reason for hiding this comment

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

This change is not backward compatible since might break code that relies on default snakecase format. If you need non-snakecase format, then add a new option to turn snakecase on or off.

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