Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TC-265] adds secondary psel qstring handling at profile level #535

Closed
wants to merge 2 commits into from

Conversation

dg4prez
Copy link
Contributor

@dg4prez dg4prez commented May 2, 2017

This allows a psel.qstring_handling parameter to be set to a profile, overriding all qstring handling except when specified by a delivery service profile. Useful if you have multiple edge tiers but need different qstring values.

if (defined($hash_key_ids)) {
my @tmp_list = split( /,/, $hash_key_ids);

# find the minimum of the two list sizes
Copy link
Member

Choose a reason for hiding this comment

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

I can see that's what you're trying to do -- but why?

Copy link
Member

Choose a reason for hiding this comment

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

just spent 5 minutes figuring out what this method is doing. Figured that out, but I still don't know why -- comments needed, please....

Copy link
Contributor Author

Choose a reason for hiding this comment

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

none of that should be in there, actually. let me clean that up. must have had some leakage from another branch.

@dangogh
Copy link
Member

dangogh commented May 2, 2017

where's the Jira issue for this?

@dg4prez dg4prez changed the title adds secondary psel qstring handling at profile level [TC-265] adds secondary psel qstring handling at profile level May 2, 2017
@asfgit asfgit closed this in 0081a56 May 2, 2017
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.

None yet

2 participants