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

fixing hurl with accept-encoding header. #51

Merged
merged 3 commits into from
Dec 7, 2022
Merged

Conversation

tinselcity
Copy link
Contributor

What

  • fixes bug in how string compares were being done (w/ strncasecmp) causing accept header to occlude user passing accept-encoding header additions from the command line:
    ie:
    hurl -H'accept-encoding: deflate, gzip, br, zstd' ...

  • some small cleanup of tests to use CMake macros to generate functional tests.

Copy link
Contributor

@airencracken airencracken left a comment

Choose a reason for hiding this comment

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

lgtm

@tinselcity tinselcity merged commit ca23bcc into master Dec 7, 2022
@tinselcity tinselcity deleted the accept_encoding branch December 7, 2022 18:52
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