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

fix: improve regex expression for json and xml content type validation #702

Merged
merged 1 commit into from Sep 24, 2023

Conversation

jeevatkm
Copy link
Member

Closes #594

@jeevatkm jeevatkm added the bug label Sep 23, 2023
@jeevatkm jeevatkm added this to the v2.9.0 milestone Sep 23, 2023
@jeevatkm jeevatkm self-assigned this Sep 23, 2023
@codecov
Copy link

codecov bot commented Sep 24, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (7c1134f) 95.65% compared to head (4da1873) 95.65%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #702   +/-   ##
=======================================
  Coverage   95.65%   95.65%           
=======================================
  Files          12       12           
  Lines        1611     1611           
=======================================
  Hits         1541     1541           
  Misses         42       42           
  Partials       28       28           
Files Changed Coverage Δ
client.go 96.52% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jeevatkm jeevatkm merged commit 8d8419f into master Sep 24, 2023
3 checks passed
@jeevatkm jeevatkm deleted the gh-594 branch September 24, 2023 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

SetResult fails to parse JSON when the returned Content-Type is "application/x-amz-json-1.1"
1 participant